Merge branch 'main' into security-solution-mki-prod-testing

This commit is contained in:
dkirchan 2024-08-01 14:02:16 +03:00 committed by GitHub
commit 7395ff4e71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3067 changed files with 65946 additions and 54910 deletions

View file

@ -35,10 +35,6 @@ disabled:
- x-pack/test/fleet_cypress/config.ts
- x-pack/test/fleet_cypress/visual_config.ts
# http/2 security muted tests
- x-pack/test/security_functional/saml.http2.config.ts
- x-pack/test/security_functional/oidc.http2.config.ts
defaultQueue: 'n2-4-spot'
enabled:
- test/accessibility/config.ts
@ -326,6 +322,8 @@ enabled:
- x-pack/test/security_functional/login_selector.config.ts
- x-pack/test/security_functional/oidc.config.ts
- x-pack/test/security_functional/saml.config.ts
- x-pack/test/security_functional/saml.http2.config.ts
- x-pack/test/security_functional/oidc.http2.config.ts
- x-pack/test/security_functional/insecure_cluster_warning.config.ts
- x-pack/test/security_functional/user_profiles.config.ts
- x-pack/test/security_functional/expired_session.config.ts

View file

@ -24,8 +24,8 @@
"chai": "^4.3.10",
"mocha": "^10.3.0",
"nock": "^12.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
}
},
"node_modules/@cspotcode/source-map-support": {
@ -1451,9 +1451,9 @@
"integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
},
"node_modules/ts-node": {
"version": "10.8.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz",
"integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==",
"version": "10.9.2",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
"dev": true,
"dependencies": {
"@cspotcode/source-map-support": "^0.8.0",
@ -1529,16 +1529,16 @@
}
},
"node_modules/typescript": {
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=14.17"
}
},
"node_modules/universal-user-agent": {
@ -2707,9 +2707,9 @@
"integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
},
"ts-node": {
"version": "10.8.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz",
"integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==",
"version": "10.9.2",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
"dev": true,
"requires": {
"@cspotcode/source-map-support": "^0.8.0",
@ -2753,9 +2753,9 @@
"dev": true
},
"typescript": {
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"dev": true
},
"universal-user-agent": {

View file

@ -26,8 +26,8 @@
"chai": "^4.3.10",
"mocha": "^10.3.0",
"nock": "^12.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
},
"imports": {
"#pipeline-utils": "./pipeline-utils/index.ts",

View file

@ -36,7 +36,7 @@ check_for_changed_files() {
GIT_CHANGES="$(git status --porcelain -- . ':!:.bazelrc' ':!:config/node.options' ':!config/kibana.yml')"
if [ "$GIT_CHANGES" ]; then
if ! is_auto_commit_disabled && [[ "$SHOULD_AUTO_COMMIT_CHANGES" == "true" && "${BUILDKITE_PULL_REQUEST:-}" ]]; then
if ! is_auto_commit_disabled && [[ "$SHOULD_AUTO_COMMIT_CHANGES" == "true" && "${BUILDKITE_PULL_REQUEST:-}" != "" && "${BUILDKITE_PULL_REQUEST}" != "false" ]]; then
NEW_COMMIT_MESSAGE="[CI] Auto-commit changed files from '$1'"
PREVIOUS_COMMIT_MESSAGE="$(git log -1 --pretty=%B)"

View file

@ -6,22 +6,16 @@ source .buildkite/scripts/common/util.sh
echo --- Security Solution OpenAPI Code Generation
echo -e "\n[Security Solution OpenAPI Code Generation] OpenAPI Common Package"
echo -e "\n[Security Solution OpenAPI Code Generation] OpenAPI Common Package\n"
(cd packages/kbn-openapi-common && yarn openapi:generate)
check_for_changed_files "yarn openapi:generate" true
echo -e "\n[Security Solution OpenAPI Code Generation] Lists Common Package\n"
(cd packages/kbn-securitysolution-lists-common && yarn openapi:generate)
check_for_changed_files "yarn openapi:generate" true
echo -e "\n[Security Solution OpenAPI Code Generation] Exceptions Common Package"
echo -e "\n[Security Solution OpenAPI Code Generation] Exceptions Common Package\n"
(cd packages/kbn-securitysolution-exceptions-common && yarn openapi:generate)
check_for_changed_files "yarn openapi:generate" true
echo -e "\n[Security Solution OpenAPI Code Generation] Security Solution Plugin"
echo -e "\n[Security Solution OpenAPI Code Generation] Security Solution Plugin\n"
(cd x-pack/plugins/security_solution && yarn openapi:generate)
check_for_changed_files "yarn openapi:generate" true

View file

@ -7,36 +7,27 @@ source .buildkite/scripts/common/util.sh
echo --- Security Solution OpenAPI Bundling
echo -e "\n[Security Solution OpenAPI Bundling] Detections API\n"
(cd x-pack/plugins/security_solution && yarn openapi:bundle:detections)
check_for_changed_files "yarn openapi:bundle:detections" true
echo -e "\n[Security Solution OpenAPI Bundling] Timeline API\n"
(cd x-pack/plugins/security_solution && yarn openapi:bundle:timeline)
echo -e "\n[Security Solution OpenAPI Bundling] Entity Analytics API\n"
(cd x-pack/plugins/security_solution && yarn openapi:bundle:entity-analytics)
check_for_changed_files "yarn openapi:bundle:entity-analytics" true
echo -e "\n[Security Solution OpenAPI Bundling] Lists API\n"
echo -e "\n[Security Solution OpenAPI Bundling] Endpoint Management API\n"
(cd x-pack/plugins/security_solution && yarn openapi:bundle:endpoint-management)
check_for_changed_files "yarn openapi:bundle:endpoint-management" true
(cd packages/kbn-securitysolution-lists-common && yarn openapi:bundle)
check_for_changed_files "yarn openapi:bundle" true
echo -e "\n[Security Solution OpenAPI Bundling] Exceptions API\n"
(cd packages/kbn-securitysolution-exceptions-common && yarn openapi:bundle)
check_for_changed_files "yarn openapi:bundle" true
echo -e "\n[Security Solution OpenAPI Bundling] Endpoint Management API\n"
(cd x-pack/plugins/security_solution && yarn openapi:bundle:endpoint-management)
echo -e "\n[Security Solution OpenAPI Bundling] Elastic Assistant API\n"
(cd x-pack/packages/kbn-elastic-assistant-common && yarn openapi:bundle)
check_for_changed_files "yarn openapi:bundle" true
echo -e "\n[Security Solution OpenAPI Bundling] Osquery API\n"
(cd x-pack/plugins/osquery && yarn openapi:bundle)
check_for_changed_files "yarn openapi:bundle" true

15
.github/CODEOWNERS vendored
View file

@ -42,6 +42,7 @@ test/analytics/plugins/analytics_plugin_a @elastic/kibana-core
packages/kbn-apm-config-loader @elastic/kibana-core @vigneshshanmugam
x-pack/plugins/observability_solution/apm_data_access @elastic/obs-knowledge-team @elastic/obs-ux-infra_services-team
packages/kbn-apm-data-view @elastic/obs-ux-infra_services-team
x-pack/plugins/observability_solution/apm/ftr_e2e @elastic/obs-ux-infra_services-team
x-pack/plugins/observability_solution/apm @elastic/obs-ux-infra_services-team
packages/kbn-apm-synthtrace @elastic/obs-ux-infra_services-team @elastic/obs-ux-logs-team
packages/kbn-apm-synthtrace-client @elastic/obs-ux-infra_services-team @elastic/obs-ux-logs-team
@ -375,7 +376,6 @@ packages/kbn-discover-utils @elastic/kibana-data-discovery
packages/kbn-doc-links @elastic/docs
packages/kbn-docs-utils @elastic/kibana-operations
packages/kbn-dom-drag-drop @elastic/kibana-visualizations @elastic/kibana-data-discovery
packages/analytics/ebt @elastic/kibana-core
packages/kbn-ebt-tools @elastic/kibana-core
x-pack/packages/security-solution/ecs_data_quality_dashboard @elastic/security-threat-hunting-explore
x-pack/plugins/ecs_data_quality_dashboard @elastic/security-threat-hunting-explore
@ -450,7 +450,7 @@ src/plugins/field_formats @elastic/kibana-data-discovery
packages/kbn-field-types @elastic/kibana-data-discovery
packages/kbn-field-utils @elastic/kibana-data-discovery
x-pack/plugins/fields_metadata @elastic/obs-ux-logs-team
x-pack/plugins/file_upload @elastic/kibana-gis
x-pack/plugins/file_upload @elastic/kibana-gis @elastic/ml-ui
examples/files_example @elastic/appex-sharedux
src/plugins/files_management @elastic/appex-sharedux
src/plugins/files @elastic/appex-sharedux
@ -622,6 +622,7 @@ x-pack/packages/observability/alerting_test_data @elastic/obs-ux-management-team
x-pack/test/cases_api_integration/common/plugins/observability @elastic/response-ops
x-pack/packages/observability/get_padded_alert_time_range_util @elastic/obs-ux-management-team
x-pack/plugins/observability_solution/observability_logs_explorer @elastic/obs-ux-logs-team
x-pack/plugins/observability_solution/observability_onboarding/e2e @elastic/obs-ux-logs-team @elastic/obs-ux-onboarding-team
x-pack/plugins/observability_solution/observability_onboarding @elastic/obs-ux-logs-team @elastic/obs-ux-onboarding-team
x-pack/plugins/observability_solution/observability @elastic/obs-ux-management-team
x-pack/plugins/observability_solution/observability_shared @elastic/observability-ui
@ -754,6 +755,7 @@ x-pack/test/security_functional/plugins/test_endpoints @elastic/kibana-security
packages/kbn-securitysolution-autocomplete @elastic/security-detection-engine
x-pack/packages/security-solution/data_table @elastic/security-threat-hunting-investigations
packages/kbn-securitysolution-ecs @elastic/security-threat-hunting-explore
packages/kbn-securitysolution-endpoint-exceptions-common @elastic/security-detection-engine
packages/kbn-securitysolution-es-utils @elastic/security-detection-engine
packages/kbn-securitysolution-exception-list-components @elastic/security-detection-engine
packages/kbn-securitysolution-exceptions-common @elastic/security-detection-engine
@ -772,6 +774,7 @@ packages/kbn-securitysolution-t-grid @elastic/security-detection-engine
packages/kbn-securitysolution-utils @elastic/security-detection-engine
packages/kbn-server-http-tools @elastic/kibana-core
packages/kbn-server-route-repository @elastic/obs-knowledge-team
packages/kbn-server-route-repository-utils @elastic/obs-knowledge-team
x-pack/plugins/serverless @elastic/appex-sharedux
packages/serverless/settings/common @elastic/appex-sharedux @elastic/kibana-management
x-pack/plugins/serverless_observability @elastic/obs-ux-management-team
@ -855,6 +858,7 @@ test/server_integration/plugins/status_plugin_b @elastic/kibana-core
packages/kbn-std @elastic/kibana-core
packages/kbn-stdio-dev-helpers @elastic/kibana-operations
packages/kbn-storybook @elastic/kibana-operations
x-pack/plugins/observability_solution/synthetics/e2e @elastic/obs-ux-management-team
x-pack/plugins/observability_solution/synthetics @elastic/obs-ux-management-team
x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture @elastic/response-ops
x-pack/test/plugin_api_perf/plugins/task_manager_performance @elastic/response-ops
@ -870,6 +874,10 @@ packages/kbn-test-eui-helpers @elastic/kibana-visualizations
x-pack/test/licensing_plugin/plugins/test_feature_usage @elastic/kibana-security
packages/kbn-test-jest-helpers @elastic/kibana-operations @elastic/appex-qa
packages/kbn-test-subj-selector @elastic/kibana-operations @elastic/appex-qa
x-pack/test_serverless
test
x-pack/test
x-pack/performance @elastic/appex-qa
x-pack/examples/testing_embedded_lens @elastic/kibana-visualizations
packages/kbn-text-based-editor @elastic/kibana-esql
x-pack/examples/third_party_lens_navigation_prompt @elastic/kibana-visualizations
@ -1254,7 +1262,6 @@ x-pack/test/observability_ai_assistant_functional @elastic/obs-ai-assistant
/test/functional/services/remote @elastic/appex-qa
/test/visual_regression @elastic/appex-qa
/x-pack/test/visual_regression @elastic/appex-qa
/x-pack/performance @elastic/appex-qa
/packages/kbn-test/src/functional_test_runner @elastic/appex-qa
/packages/kbn-performance-testing-dataset-extractor @elastic/appex-qa
/x-pack/test_serverless/**/*config.base.ts @elastic/appex-qa
@ -1264,7 +1271,7 @@ x-pack/test/observability_ai_assistant_functional @elastic/obs-ai-assistant
/x-pack/test_serverless/api_integration/test_suites/common/elasticsearch_api @elastic/appex-qa
/x-pack/test_serverless/functional/test_suites/security/ftr/ @elastic/appex-qa
/x-pack/test_serverless/functional/test_suites/common/home_page/ @elastic/appex-qa
/x-pack/test_serverless/functional/services/ @elastic/appex-qa
/x-pack/test_serverless/**/services/ @elastic/appex-qa
# Core
/config/ @elastic/kibana-core

View file

@ -20,9 +20,9 @@
" implements ",
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.Plugin",
"section": "def-public.Plugin",
"text": "Plugin"
},
"<",
@ -63,9 +63,9 @@
"signature": [
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.PluginInitializerContext",
"section": "def-public.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<",
@ -587,9 +587,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | undefined"
@ -1864,9 +1864,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsClientContract",
"section": "def-server.SavedObjectsClientContract",
"text": "SavedObjectsClientContract"
}
],
@ -2305,9 +2305,9 @@
"(source: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
@ -2327,9 +2327,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
@ -3099,9 +3099,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | undefined"
@ -3471,9 +3471,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | undefined"
@ -4103,9 +4103,9 @@
"(request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => Promise<",
@ -4140,9 +4140,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
@ -4166,9 +4166,9 @@
"(request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
@ -4203,9 +4203,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
---
import actionsObj from './actions.devdocs.json';

View file

@ -34,17 +34,17 @@
"{ getGlobalSections: () => ",
{
"pluginId": "@kbn/management-settings-section-registry",
"scope": "common",
"scope": "public",
"docId": "kibKbnManagementSettingsSectionRegistryPluginApi",
"section": "def-common.RegistryEntry",
"section": "def-public.RegistryEntry",
"text": "RegistryEntry"
},
"[]; getSpacesSections: () => ",
{
"pluginId": "@kbn/management-settings-section-registry",
"scope": "common",
"scope": "public",
"docId": "kibKbnManagementSettingsSectionRegistryPluginApi",
"section": "def-common.RegistryEntry",
"section": "def-public.RegistryEntry",
"text": "RegistryEntry"
},
"[]; }"

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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
---
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';

View file

@ -241,23 +241,11 @@
],
"signature": [
"{ optIn: (optInConfig: ",
{
"pluginId": "@kbn/ebt",
"scope": "common",
"docId": "kibKbnEbtPluginApi",
"section": "def-common.OptInConfig",
"text": "OptInConfig"
},
"OptInConfig",
") => void; reportEvent: <EventTypeData extends object>(eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ",
"Observable",
"<",
{
"pluginId": "@kbn/ebt",
"scope": "common",
"docId": "kibKbnEbtPluginApi",
"section": "def-common.TelemetryCounter",
"text": "TelemetryCounter"
},
"TelemetryCounter",
">; }"
],
"path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts",
@ -276,9 +264,9 @@
"signature": [
{
"pluginId": "@kbn/core-application-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreApplicationBrowserPluginApi",
"section": "def-common.ApplicationStart",
"section": "def-public.ApplicationStart",
"text": "ApplicationStart"
}
],
@ -320,9 +308,9 @@
"signature": [
{
"pluginId": "@kbn/core-execution-context-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreExecutionContextBrowserPluginApi",
"section": "def-common.ExecutionContextSetup",
"section": "def-public.ExecutionContextSetup",
"text": "ExecutionContextSetup"
}
],
@ -399,9 +387,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"section": "def-public.HttpSetup",
"text": "HttpSetup"
}
],
@ -421,9 +409,9 @@
"signature": [
{
"pluginId": "@kbn/core-notifications-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreNotificationsBrowserPluginApi",
"section": "def-common.NotificationsSetup",
"section": "def-public.NotificationsSetup",
"text": "NotificationsSetup"
}
],
@ -466,9 +454,9 @@
"signature": [
{
"pluginId": "@kbn/core-theme-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreThemeBrowserPluginApi",
"section": "def-common.ThemeServiceSetup",
"section": "def-public.ThemeServiceSetup",
"text": "ThemeServiceSetup"
}
],
@ -488,9 +476,9 @@
"signature": [
{
"pluginId": "@kbn/core-ui-settings-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreUiSettingsBrowserPluginApi",
"section": "def-common.IUiSettingsClient",
"section": "def-public.IUiSettingsClient",
"text": "IUiSettingsClient"
}
],
@ -642,9 +630,9 @@
"signature": [
{
"pluginId": "@kbn/core-i18n-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreI18nBrowserPluginApi",
"section": "def-common.I18nStart",
"section": "def-public.I18nStart",
"text": "I18nStart"
}
],
@ -675,17 +663,17 @@
"; fieldStatsServices: ",
{
"pluginId": "@kbn/unified-field-list",
"scope": "common",
"scope": "public",
"docId": "kibKbnUnifiedFieldListPluginApi",
"section": "def-common.FieldStatsServices",
"section": "def-public.FieldStatsServices",
"text": "FieldStatsServices"
},
"; timeRangeMs?: ",
{
"pluginId": "@kbn/ml-date-picker",
"scope": "common",
"scope": "public",
"docId": "kibKbnMlDatePickerPluginApi",
"section": "def-common.TimeRange",
"section": "def-public.TimeRange",
"text": "TimeRange"
},
" | undefined; dslQuery?: object | undefined; }>>; } | undefined"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';

View file

@ -2817,9 +2817,9 @@
"(request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
@ -2839,9 +2839,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
@ -2865,9 +2865,9 @@
"(request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
@ -2902,9 +2902,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
@ -3740,9 +3740,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsClientContract",
"section": "def-server.SavedObjectsClientContract",
"text": "SavedObjectsClientContract"
}
],
@ -3760,9 +3760,9 @@
"signature": [
{
"pluginId": "@kbn/core-ui-settings-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreUiSettingsServerPluginApi",
"section": "def-common.IUiSettingsClient",
"section": "def-server.IUiSettingsClient",
"text": "IUiSettingsClient"
}
],
@ -3780,9 +3780,9 @@
"signature": [
{
"pluginId": "@kbn/core-elasticsearch-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreElasticsearchServerPluginApi",
"section": "def-common.IScopedClusterClient",
"section": "def-server.IScopedClusterClient",
"text": "IScopedClusterClient"
}
],
@ -5429,9 +5429,9 @@
"; getAuditLogger: () => ",
{
"pluginId": "@kbn/core-security-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSecurityServerPluginApi",
"section": "def-common.AuditLogger",
"section": "def-server.AuditLogger",
"text": "AuditLogger"
},
" | undefined; getTags: (params: Readonly<{ search?: string | undefined; perPage?: number | undefined; } & { page: number; }>) => Promise<Readonly<{} & { page: number; perPage: number; total: number; data: string[]; }>>; getScheduleFrequency: () => Promise<Readonly<{} & { totalScheduledPerMinute: number; remainingSchedulesPerMinute: number; }>>; getAlertFromRaw: (params: ",
@ -7953,9 +7953,9 @@
"signature": [
{
"pluginId": "@kbn/core-ui-settings-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreUiSettingsServerPluginApi",
"section": "def-common.IUiSettingsClient",
"section": "def-server.IUiSettingsClient",
"text": "IUiSettingsClient"
}
],
@ -7997,9 +7997,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsClientContract",
"section": "def-server.SavedObjectsClientContract",
"text": "SavedObjectsClientContract"
}
],
@ -11567,9 +11567,9 @@
"[]; } & Omit<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsResolveResponse",
"section": "def-server.SavedObjectsResolveResponse",
"text": "SavedObjectsResolveResponse"
},
"<unknown>, \"saved_object\"> & { outcome: string; alias_target_id?: string | undefined; }"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
---
import alertingObj from './alerting.devdocs.json';

View file

@ -189,9 +189,9 @@
" implements ",
{
"pluginId": "@kbn/core-plugins-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCorePluginsServerPluginApi",
"section": "def-common.Plugin",
"section": "def-server.Plugin",
"text": "Plugin"
},
"<",
@ -236,9 +236,9 @@
"signature": [
{
"pluginId": "@kbn/core-plugins-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCorePluginsServerPluginApi",
"section": "def-common.PluginInitializerContext",
"section": "def-server.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<unknown>"
@ -262,9 +262,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreSetup",
"section": "def-server.CoreSetup",
"text": "CoreSetup"
},
"<",
@ -291,9 +291,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreSetup",
"section": "def-server.CoreSetup",
"text": "CoreSetup"
},
"<",
@ -334,9 +334,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreStart",
"section": "def-server.CoreStart",
"text": "CoreStart"
},
", plugins: ",
@ -357,9 +357,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreStart",
"section": "def-server.CoreStart",
"text": "CoreStart"
}
],

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
---
import apmObj from './apm.devdocs.json';

View file

@ -82,9 +82,9 @@
"(soClient: ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsClientContract",
"section": "def-server.SavedObjectsClientContract",
"text": "SavedObjectsClientContract"
},
") => Promise<Readonly<{} & { error: string; transaction: string; span: string; metric: string; onboarding: string; sourcemap: string; }>>"
@ -103,9 +103,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsClientContract",
"section": "def-server.SavedObjectsClientContract",
"text": "SavedObjectsClientContract"
}
],

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-07-29
date: 2024-08-01
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/assetsDataAccess
title: "assetsDataAccess"
image: https://source.unsplash.com/400x175/?github
description: API docs for the assetsDataAccess plugin
date: 2024-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'assetsDataAccess']
---
import assetsDataAccessObj from './assets_data_access.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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
---
import bannersObj from './banners.devdocs.json';

View file

@ -290,9 +290,9 @@
"<BatchItemData extends object, BatchItemResult extends object>(path: string, handler: (request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
@ -335,9 +335,9 @@
"(request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
@ -369,17 +369,17 @@
"<Payload, Response>(path: string, params: (request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>, context: ",
{
"pluginId": "@kbn/core-http-request-handler-context-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi",
"section": "def-common.RequestHandlerContext",
"section": "def-server.RequestHandlerContext",
"text": "RequestHandlerContext"
},
") => ",
@ -393,17 +393,17 @@
"<Payload, Response>, method?: \"GET\" | \"DELETE\" | \"POST\" | \"PUT\" | undefined, pluginRouter?: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.IRouter",
"section": "def-server.IRouter",
"text": "IRouter"
},
"<",
{
"pluginId": "@kbn/core-http-request-handler-context-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi",
"section": "def-common.RequestHandlerContext",
"section": "def-server.RequestHandlerContext",
"text": "RequestHandlerContext"
},
"> | undefined) => void"
@ -438,17 +438,17 @@
"(request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>, context: ",
{
"pluginId": "@kbn/core-http-request-handler-context-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi",
"section": "def-common.RequestHandlerContext",
"section": "def-server.RequestHandlerContext",
"text": "RequestHandlerContext"
},
") => ",
@ -491,17 +491,17 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.IRouter",
"section": "def-server.IRouter",
"text": "IRouter"
},
"<",
{
"pluginId": "@kbn/core-http-request-handler-context-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi",
"section": "def-common.RequestHandlerContext",
"section": "def-server.RequestHandlerContext",
"text": "RequestHandlerContext"
},
"> | undefined"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
---
import bfetchObj from './bfetch.devdocs.json';

View file

@ -26,9 +26,9 @@
"{ services: ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreStart",
"section": "def-public.CoreStart",
"text": "CoreStart"
},
" & ",

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
---
import canvasObj from './canvas.devdocs.json';

View file

@ -49,17 +49,17 @@
"<T extends ",
{
"pluginId": "@kbn/core-application-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreApplicationBrowserPluginApi",
"section": "def-common.AppDeepLink",
"section": "def-public.AppDeepLink",
"text": "AppDeepLink"
},
"<string> = ",
{
"pluginId": "@kbn/core-application-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreApplicationBrowserPluginApi",
"section": "def-common.AppDeepLink",
"section": "def-public.AppDeepLink",
"text": "AppDeepLink"
},
"<string>>({ basePath, extend, }: { basePath?: string | undefined; extend?: Partial<Record<",
@ -1024,9 +1024,9 @@
"(request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => Promise<",
@ -1055,9 +1055,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
---
import casesObj from './cases.devdocs.json';

View file

@ -2257,9 +2257,9 @@
"<",
{
"pluginId": "@kbn/core-theme-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreThemeBrowserPluginApi",
"section": "def-common.CoreTheme",
"section": "def-public.CoreTheme",
"text": "CoreTheme"
},
">; useDarkMode: () => boolean; useChartsTheme: () => ",

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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDefend']
---
import cloudDefendObj from './cloud_defend.devdocs.json';

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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
---
import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json';

View file

@ -20,9 +20,9 @@
" implements ",
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.Plugin",
"section": "def-public.Plugin",
"text": "Plugin"
},
"<",
@ -79,9 +79,9 @@
"signature": [
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.PluginInitializerContext",
"section": "def-public.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<object>"
@ -105,9 +105,9 @@
"({ notifications, getStartServices, http }: ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>, { devTools, home, share, usageCollection }: ",
@ -141,9 +141,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>"
@ -188,9 +188,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreStart",
"section": "def-public.CoreStart",
"text": "CoreStart"
},
", deps: ",
@ -224,9 +224,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreStart",
"section": "def-public.CoreStart",
"text": "CoreStart"
}
],

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
---
import consoleObj from './console.devdocs.json';

View file

@ -1846,9 +1846,9 @@
", savedObject: ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindResult",
"section": "def-server.SavedObjectsFindResult",
"text": "SavedObjectsFindResult"
},
"<TSavedObjectAttributes>) => T"
@ -1888,9 +1888,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindResult",
"section": "def-server.SavedObjectsFindResult",
"text": "SavedObjectsFindResult"
},
"<TSavedObjectAttributes>"
@ -1947,9 +1947,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-request-handler-context-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi",
"section": "def-common.RequestHandlerContext",
"section": "def-server.RequestHandlerContext",
"text": "RequestHandlerContext"
}
],

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement']
---
import contentManagementObj from './content_management.devdocs.json';

View file

@ -2295,9 +2295,17 @@
"label": "dispatch",
"description": [],
"signature": [
"{ deselectOption: (payload: string) => void; setSearchString: (payload: string) => void; setAllowExpensiveQueries: (payload: boolean) => void; setInvalidSelectionWarningOpen: (payload: boolean) => void; setPopoverOpen: (payload: boolean) => void; setSort: (payload: Partial<",
"{ deselectOption: (payload: ",
"OptionsListSelection",
") => void; setSearchString: (payload: string) => void; setAllowExpensiveQueries: (payload: boolean) => void; setInvalidSelectionWarningOpen: (payload: boolean) => void; setPopoverOpen: (payload: boolean) => void; setSort: (payload: Partial<",
"OptionsListSortingType",
">) => void; selectExists: (payload: boolean) => void; selectOption: (payload: string) => void; replaceSelection: (payload: string) => void; clearSelections: (payload: unknown) => void; setExclude: (payload: boolean) => void; clearValidAndInvalidSelections: (payload: unknown) => void; setValidAndInvalidSelections: (payload: { validSelections: string[]; invalidSelections: string[]; }) => void; setErrorMessage: (payload: string | undefined) => void; setLoading: (payload: boolean) => void; setField: (payload: ",
">) => void; selectExists: (payload: boolean) => void; selectOption: (payload: ",
"OptionsListSelection",
") => void; replaceSelection: (payload: ",
"OptionsListSelection",
") => void; clearSelections: (payload: unknown) => void; setExclude: (payload: boolean) => void; clearValidAndInvalidSelections: (payload: unknown) => void; setValidAndInvalidSelections: (payload: Pick<",
"OptionsListComponentState",
", \"validSelections\" | \"invalidSelections\">) => void; setErrorMessage: (payload: string | undefined) => void; setLoading: (payload: boolean) => void; setField: (payload: ",
{
"pluginId": "dataViews",
"scope": "common",
@ -2307,7 +2315,7 @@
},
" | undefined) => void; updateQueryResults: (payload: Pick<",
"OptionsListComponentState",
", \"availableOptions\" | \"invalidSelections\" | \"validSelections\" | \"totalCardinality\">) => void; publishFilters: (payload: ",
", \"validSelections\" | \"invalidSelections\" | \"availableOptions\" | \"totalCardinality\">) => void; publishFilters: (payload: ",
{
"pluginId": "@kbn/es-query",
"scope": "common",
@ -5556,7 +5564,8 @@
"label": "selectedOptions",
"description": [],
"signature": [
"string[] | undefined"
"OptionsListSelection",
"[] | undefined"
],
"path": "src/plugins/controls/common/options_list/types.ts",
"deprecated": false,
@ -7513,7 +7522,8 @@
"label": "selectedOptions",
"description": [],
"signature": [
"string[] | undefined"
"OptionsListSelection",
"[] | undefined"
],
"path": "src/plugins/controls/common/options_list/types.ts",
"deprecated": false,

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
---
import controlsObj from './controls.devdocs.json';
@ -21,7 +21,7 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 351 | 0 | 343 | 18 |
| 351 | 0 | 343 | 19 |
## Client

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
---
import customIntegrationsObj from './custom_integrations.devdocs.json';

View file

@ -207,25 +207,25 @@
"(api: Partial<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesTimeRange",
"section": "def-public.PublishesTimeRange",
"text": "PublishesTimeRange"
},
" & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesFilters",
"section": "def-public.PublishesFilters",
"text": "PublishesFilters"
},
" & { isCompatibleWithUnifiedSearch?: (() => boolean) | undefined; query$: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishingSubject",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<",
@ -247,17 +247,17 @@
" | undefined>; } & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.HasParentApi",
"section": "def-public.HasParentApi",
"text": "HasParentApi"
},
"<Partial<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesUnifiedSearch",
"section": "def-public.PublishesUnifiedSearch",
"text": "PublishesUnifiedSearch"
},
">>>, options: ",
@ -293,25 +293,25 @@
"Partial<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesTimeRange",
"section": "def-public.PublishesTimeRange",
"text": "PublishesTimeRange"
},
" & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesFilters",
"section": "def-public.PublishesFilters",
"text": "PublishesFilters"
},
" & { isCompatibleWithUnifiedSearch?: (() => boolean) | undefined; query$: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishingSubject",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<",
@ -333,17 +333,17 @@
" | undefined>; } & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.HasParentApi",
"section": "def-public.HasParentApi",
"text": "HasParentApi"
},
"<Partial<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesUnifiedSearch",
"section": "def-public.PublishesUnifiedSearch",
"text": "PublishesUnifiedSearch"
},
">>>"
@ -604,9 +604,9 @@
"((dashboardId?: string | undefined) => ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.EmbeddableAppContext",
"section": "def-public.EmbeddableAppContext",
"text": "EmbeddableAppContext"
},
") | undefined"
@ -829,33 +829,33 @@
" & Partial<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.HasType",
"section": "def-public.HasType",
"text": "HasType"
},
"<\"dashboard\"> & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesTimeRange",
"section": "def-public.PublishesTimeRange",
"text": "PublishesTimeRange"
},
" & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesFilters",
"section": "def-public.PublishesFilters",
"text": "PublishesFilters"
},
" & { isCompatibleWithUnifiedSearch?: (() => boolean) | undefined; query$: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishingSubject",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<",
@ -877,17 +877,17 @@
" | undefined>; } & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesPanelTitle",
"section": "def-public.PublishesPanelTitle",
"text": "PublishesPanelTitle"
},
" & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesSavedObjectId",
"section": "def-public.PublishesSavedObjectId",
"text": "PublishesSavedObjectId"
},
">"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
---
import dashboardObj from './dashboard.devdocs.json';

View file

@ -575,9 +575,9 @@
"; }, unknown, ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreStart",
"section": "def-public.CoreStart",
"text": "CoreStart"
},
">"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
---
import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json';

View file

@ -2630,9 +2630,9 @@
" implements ",
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.Plugin",
"section": "def-public.Plugin",
"text": "Plugin"
},
"<",
@ -2685,9 +2685,9 @@
"signature": [
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.PluginInitializerContext",
"section": "def-public.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<Readonly<{} & { search: Readonly<{} & { aggs: Readonly<{} & { shardDelay: Readonly<{} & { enabled: boolean; }>; }>; asyncSearch: Readonly<{ pollInterval?: number | undefined; } & { waitForCompletion: moment.Duration; keepAlive: moment.Duration; batchedReduceSize: number; }>; sessions: Readonly<{} & { enabled: boolean; management: Readonly<{} & { refreshInterval: moment.Duration; maxSessions: number; refreshTimeout: moment.Duration; expiresSoonWarning: moment.Duration; }>; notTouchedTimeout: moment.Duration; maxUpdateRetries: number; defaultExpiration: moment.Duration; }>; }>; enableUiSettingsValidations: boolean; }>>"
@ -2711,9 +2711,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<",
@ -2751,9 +2751,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<",
@ -2802,9 +2802,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreStart",
"section": "def-public.CoreStart",
"text": "CoreStart"
},
", { uiActions, fieldFormats, dataViews, inspector, screenshotMode }: ",
@ -2832,9 +2832,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreStart",
"section": "def-public.CoreStart",
"text": "CoreStart"
}
],
@ -11923,9 +11923,9 @@
" implements ",
{
"pluginId": "@kbn/core-plugins-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCorePluginsServerPluginApi",
"section": "def-common.Plugin",
"section": "def-server.Plugin",
"text": "Plugin"
},
"<",
@ -11978,9 +11978,9 @@
"signature": [
{
"pluginId": "@kbn/core-plugins-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCorePluginsServerPluginApi",
"section": "def-common.PluginInitializerContext",
"section": "def-server.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<Readonly<{} & { search: Readonly<{} & { aggs: Readonly<{} & { shardDelay: Readonly<{} & { enabled: boolean; }>; }>; asyncSearch: Readonly<{ pollInterval?: number | undefined; } & { waitForCompletion: moment.Duration; keepAlive: moment.Duration; batchedReduceSize: number; }>; sessions: Readonly<{} & { enabled: boolean; management: Readonly<{} & { refreshInterval: moment.Duration; maxSessions: number; refreshTimeout: moment.Duration; expiresSoonWarning: moment.Duration; }>; notTouchedTimeout: moment.Duration; maxUpdateRetries: number; defaultExpiration: moment.Duration; }>; }>; enableUiSettingsValidations: boolean; }>>"
@ -12004,9 +12004,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreSetup",
"section": "def-server.CoreSetup",
"text": "CoreSetup"
},
"<",
@ -12049,9 +12049,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreSetup",
"section": "def-server.CoreSetup",
"text": "CoreSetup"
},
"<",
@ -12100,9 +12100,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreStart",
"section": "def-server.CoreStart",
"text": "CoreStart"
},
", { fieldFormats, dataViews }: ",
@ -12167,9 +12167,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreStart",
"section": "def-server.CoreStart",
"text": "CoreStart"
}
],
@ -15246,9 +15246,9 @@
"signature": [
{
"pluginId": "@kbn/core-elasticsearch-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreElasticsearchServerPluginApi",
"section": "def-common.ElasticsearchClient",
"section": "def-server.ElasticsearchClient",
"text": "ElasticsearchClient"
}
],
@ -15828,25 +15828,25 @@
"(savedObjectsClient: ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsClientContract",
"section": "def-server.SavedObjectsClientContract",
"text": "SavedObjectsClientContract"
},
", elasticsearchClient: ",
{
"pluginId": "@kbn/core-elasticsearch-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreElasticsearchServerPluginApi",
"section": "def-common.ElasticsearchClient",
"section": "def-server.ElasticsearchClient",
"text": "ElasticsearchClient"
},
", request?: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | undefined, byPassCapabilities?: boolean | undefined) => Promise<",
@ -15874,9 +15874,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsClientContract",
"section": "def-server.SavedObjectsClientContract",
"text": "SavedObjectsClientContract"
}
],
@ -17130,9 +17130,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | undefined"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data']
---
import dataObj from './data.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataQuality
title: "dataQuality"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataQuality plugin
date: 2024-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataQuality']
---
import dataQualityObj from './data_quality.devdocs.json';

View file

@ -63,9 +63,9 @@
"signature": [
{
"pluginId": "@kbn/core-ui-settings-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreUiSettingsBrowserPluginApi",
"section": "def-common.IUiSettingsClient",
"section": "def-public.IUiSettingsClient",
"text": "IUiSettingsClient"
}
],
@ -1455,9 +1455,9 @@
"(http: ",
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"section": "def-public.HttpSetup",
"text": "HttpSetup"
},
") => { isDuplicateTitle: (title: string, id?: string | undefined) => Promise<boolean>; createQuery: (attributes: ",
@ -1524,9 +1524,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"section": "def-public.HttpSetup",
"text": "HttpSetup"
}
],

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
---
import dataQueryObj from './data_query.devdocs.json';

View file

@ -222,9 +222,9 @@
">; update: (sessionId: string, attributes: unknown) => Promise<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsUpdateResponse",
"section": "def-server.SavedObjectsUpdateResponse",
"text": "SavedObjectsUpdateResponse"
},
"<",
@ -240,9 +240,9 @@
">; delete: (sessionId: string) => Promise<void>; find: (opts: Omit<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindOptions",
"section": "def-server.SavedObjectsFindOptions",
"text": "SavedObjectsFindOptions"
},
", \"type\">) => Promise<",
@ -524,9 +524,9 @@
", cb?: ",
{
"pluginId": "@kbn/search-response-warnings",
"scope": "common",
"scope": "public",
"docId": "kibKbnSearchResponseWarningsPluginApi",
"section": "def-common.WarningHandlerCallback",
"section": "def-public.WarningHandlerCallback",
"text": "WarningHandlerCallback"
},
" | undefined) => void"
@ -568,9 +568,9 @@
"signature": [
{
"pluginId": "@kbn/search-response-warnings",
"scope": "common",
"scope": "public",
"docId": "kibKbnSearchResponseWarningsPluginApi",
"section": "def-common.WarningHandlerCallback",
"section": "def-public.WarningHandlerCallback",
"text": "WarningHandlerCallback"
},
" | undefined"
@ -678,9 +678,9 @@
">; update: (sessionId: string, attributes: unknown) => Promise<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsUpdateResponse",
"section": "def-server.SavedObjectsUpdateResponse",
"text": "SavedObjectsUpdateResponse"
},
"<",
@ -696,9 +696,9 @@
">; delete: (sessionId: string) => Promise<void>; find: (opts: Omit<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindOptions",
"section": "def-server.SavedObjectsFindOptions",
"text": "SavedObjectsFindOptions"
},
", \"type\">) => Promise<",
@ -1095,9 +1095,9 @@
">; update: (sessionId: string, attributes: unknown) => Promise<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsUpdateResponse",
"section": "def-server.SavedObjectsUpdateResponse",
"text": "SavedObjectsUpdateResponse"
},
"<",
@ -1113,9 +1113,9 @@
">; delete: (sessionId: string) => Promise<void>; find: (opts: Omit<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindOptions",
"section": "def-server.SavedObjectsFindOptions",
"text": "SavedObjectsFindOptions"
},
", \"type\">) => Promise<",
@ -1378,9 +1378,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreSetup",
"section": "def-server.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>, deps: SetupDependencies) => void"
@ -1399,9 +1399,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreSetup",
"section": "def-server.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>"
@ -1440,9 +1440,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreStart",
"section": "def-server.CoreStart",
"text": "CoreStart"
},
", deps: StartDependencies) => void"
@ -1461,9 +1461,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreStart",
"section": "def-server.CoreStart",
"text": "CoreStart"
}
],
@ -1748,9 +1748,9 @@
" | null, options: Omit<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindOptions",
"section": "def-server.SavedObjectsFindOptions",
"text": "SavedObjectsFindOptions"
},
", \"type\">) => Promise<",
@ -1815,9 +1815,9 @@
"Omit<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindOptions",
"section": "def-server.SavedObjectsFindOptions",
"text": "SavedObjectsFindOptions"
},
", \"type\">"
@ -1859,9 +1859,9 @@
">) => Promise<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsUpdateResponse",
"section": "def-server.SavedObjectsUpdateResponse",
"text": "SavedObjectsUpdateResponse"
},
"<",
@ -1977,9 +1977,9 @@
" | null, sessionId: string, expires: Date) => Promise<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsUpdateResponse",
"section": "def-server.SavedObjectsUpdateResponse",
"text": "SavedObjectsUpdateResponse"
},
"<",
@ -2087,9 +2087,9 @@
" | null, sessionId: string) => Promise<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsUpdateResponse",
"section": "def-server.SavedObjectsUpdateResponse",
"text": "SavedObjectsUpdateResponse"
},
"<",
@ -2417,17 +2417,17 @@
"({ security, savedObjects, elasticsearch }: ",
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreStart",
"section": "def-server.CoreStart",
"text": "CoreStart"
},
") => (request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => { getId: (args_0: ",
@ -2505,9 +2505,9 @@
">>; find: (options: Omit<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindOptions",
"section": "def-server.SavedObjectsFindOptions",
"text": "SavedObjectsFindOptions"
},
", \"type\">) => Promise<",
@ -2529,9 +2529,9 @@
">) => Promise<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsUpdateResponse",
"section": "def-server.SavedObjectsUpdateResponse",
"text": "SavedObjectsUpdateResponse"
},
"<",
@ -2545,9 +2545,9 @@
">>; extend: (sessionId: string, expires: Date) => Promise<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsUpdateResponse",
"section": "def-server.SavedObjectsUpdateResponse",
"text": "SavedObjectsUpdateResponse"
},
"<",
@ -2561,9 +2561,9 @@
">>; cancel: (sessionId: string) => Promise<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsUpdateResponse",
"section": "def-server.SavedObjectsUpdateResponse",
"text": "SavedObjectsUpdateResponse"
},
"<",
@ -2598,9 +2598,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreStart",
"section": "def-server.CoreStart",
"text": "CoreStart"
}
],
@ -2845,9 +2845,9 @@
"(options: Omit<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindOptions",
"section": "def-server.SavedObjectsFindOptions",
"text": "SavedObjectsFindOptions"
},
", \"type\">) => Promise<",
@ -2880,25 +2880,25 @@
" | undefined; hasReference?: ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindOptionsReference",
"section": "def-server.SavedObjectsFindOptionsReference",
"text": "SavedObjectsFindOptionsReference"
},
" | ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindOptionsReference",
"section": "def-server.SavedObjectsFindOptionsReference",
"text": "SavedObjectsFindOptionsReference"
},
"[] | undefined; fields?: string[] | undefined; preference?: string | undefined; pit?: ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsPitParams",
"section": "def-server.SavedObjectsPitParams",
"text": "SavedObjectsPitParams"
},
" | undefined; searchAfter?: ",
@ -2906,17 +2906,17 @@
" | undefined; rootSearchFields?: string[] | undefined; hasReferenceOperator?: \"AND\" | \"OR\" | undefined; hasNoReference?: ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindOptionsReference",
"section": "def-server.SavedObjectsFindOptionsReference",
"text": "SavedObjectsFindOptionsReference"
},
" | ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindOptionsReference",
"section": "def-server.SavedObjectsFindOptionsReference",
"text": "SavedObjectsFindOptionsReference"
},
"[] | undefined; hasNoReferenceOperator?: \"AND\" | \"OR\" | undefined; typeToNamespacesMap?: Map<string, string[] | undefined> | undefined; migrationVersionCompatibility?: \"raw\" | \"compatible\" | undefined; }"
@ -2946,9 +2946,9 @@
">) => Promise<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsUpdateResponse",
"section": "def-server.SavedObjectsUpdateResponse",
"text": "SavedObjectsUpdateResponse"
},
"<",
@ -3084,9 +3084,9 @@
"(sessionId: string, expires: Date) => Promise<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsUpdateResponse",
"section": "def-server.SavedObjectsUpdateResponse",
"text": "SavedObjectsUpdateResponse"
},
"<",
@ -3192,17 +3192,17 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreStart",
"section": "def-server.CoreStart",
"text": "CoreStart"
},
") => (request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
@ -3222,9 +3222,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreLifecycleServerPluginApi",
"section": "def-common.CoreStart",
"section": "def-server.CoreStart",
"text": "CoreStart"
}
],
@ -3573,9 +3573,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsClientContract",
"section": "def-server.SavedObjectsClientContract",
"text": "SavedObjectsClientContract"
}
],
@ -3593,9 +3593,9 @@
"signature": [
{
"pluginId": "@kbn/core-elasticsearch-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreElasticsearchServerPluginApi",
"section": "def-common.IScopedClusterClient",
"section": "def-server.IScopedClusterClient",
"text": "IScopedClusterClient"
}
],
@ -3649,9 +3649,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
@ -3690,9 +3690,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-request-handler-context-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi",
"section": "def-common.RequestHandlerContext",
"section": "def-server.RequestHandlerContext",
"text": "RequestHandlerContext"
},
" & { search: Promise<",
@ -29152,9 +29152,9 @@
" extends ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsFindResponse",
"section": "def-server.SavedObjectsFindResponse",
"text": "SavedObjectsFindResponse"
},
"<",

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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
---
import dataViewManagementObj from './data_view_management.devdocs.json';

File diff suppressed because one or more lines are too long

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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
---
import dataVisualizerObj from './data_visualizer.devdocs.json';

View file

@ -266,9 +266,9 @@
"; }[TEndpoint] extends { endpoint: any; params?: infer TRouteParamsRT extends ",
{
"pluginId": "@kbn/server-route-repository",
"scope": "common",
"scope": "server",
"docId": "kibKbnServerRouteRepositoryPluginApi",
"section": "def-common.RouteParamsRT",
"section": "def-server.RouteParamsRT",
"text": "RouteParamsRT"
},
" | undefined | undefined; handler: ({}: any) => Promise<any>; } & ",
@ -276,9 +276,9 @@
" ? TRouteParamsRT extends ",
{
"pluginId": "@kbn/server-route-repository",
"scope": "common",
"scope": "server",
"docId": "kibKbnServerRouteRepositoryPluginApi",
"section": "def-common.RouteParamsRT",
"section": "def-server.RouteParamsRT",
"text": "RouteParamsRT"
},
" ? ClientRequestParamsOfType<TRouteParamsRT> : {} : never"
@ -423,9 +423,9 @@
" ? TReturnType extends ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.IKibanaResponse",
"section": "def-server.IKibanaResponse",
"text": "IKibanaResponse"
},
"<infer TWrappedResponseType extends string | Record<string, any> | Error | Buffer | ",
@ -433,9 +433,9 @@
" | { message: string | Error; attributes?: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.ResponseErrorAttributes",
"section": "def-server.ResponseErrorAttributes",
"text": "ResponseErrorAttributes"
},
" | undefined; } | undefined> ? TWrappedResponseType : TReturnType : never"
@ -456,9 +456,9 @@
"Omit<",
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpFetchOptions",
"section": "def-public.HttpFetchOptions",
"text": "HttpFetchOptions"
},
", \"body\"> & { pathname: string; method?: string | undefined; body?: any; }"

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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@ -20,9 +20,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| <DocLink id="kibDataViewsPluginApi" section="def-common.AbstractDataView.title" text="title"/> | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, @kbn/unified-field-list, lens, controls, @kbn/lens-embeddable-utils, triggersActionsUi, dataVisualizer, canvas, presentationUtil, logsShared, fleet, ml, @kbn/ml-data-view-utils, enterpriseSearch, graph, visTypeTimeseries, exploratoryView, stackAlerts, infra, securitySolution, timelines, transform, upgradeAssistant, uptime, ux, maps, dataViewManagement, eventAnnotationListing, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | ml, securitySolution | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | actions, savedObjectsTagging, ml, enterpriseSearch | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SimpleSavedObject" text="SimpleSavedObject"/> | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, aiops, dataVisualizer, ml, dashboardEnhanced, graph, lens, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - |
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | @kbn/core, savedObjects, embeddable, visualizations, canvas, graph, ml, @kbn/core-saved-objects-common, @kbn/core-saved-objects-server, actions, @kbn/alerting-types, alerting, savedSearch, enterpriseSearch, securitySolution, taskManager, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-server | - |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-common.SavedObjectsType.migrations" text="migrations"/> | @kbn/core-saved-objects-base-server-internal, @kbn/core-saved-objects-migration-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-ui-settings-server-internal, @kbn/core-usage-data-server-internal, spaces, taskManager, actions, @kbn/core-saved-objects-migration-server-mocks, share, dataViews, data, alerting, lens, cases, savedSearch, canvas, fleet, cloudSecurityPosture, ml, logsShared, graph, lists, maps, visualizations, infra, apmDataAccess, securitySolution, apm, slo, synthetics, uptime, dashboard, eventAnnotation, links, savedObjectsManagement, @kbn/core-test-helpers-so-type-serializer, @kbn/core-saved-objects-api-server-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SimpleSavedObject" text="SimpleSavedObject"/> | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, aiops, dataVisualizer, ml, dashboardEnhanced, graph, lens, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - |
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | @kbn/core, savedObjects, embeddable, visualizations, canvas, graph, ml | - |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.migrations" text="migrations"/> | @kbn/core-saved-objects-base-server-internal, @kbn/core-saved-objects-migration-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-ui-settings-server-internal, @kbn/core-usage-data-server-internal, spaces, taskManager, actions, @kbn/core-saved-objects-migration-server-mocks, share, dataViews, data, alerting, lens, cases, savedSearch, canvas, fleet, cloudSecurityPosture, ml, logsShared, graph, lists, maps, visualizations, infra, apmDataAccess, securitySolution, apm, slo, synthetics, uptime, dashboard, eventAnnotation, links, savedObjectsManagement, @kbn/core-test-helpers-so-type-serializer, @kbn/core-saved-objects-api-server-internal | - |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.fetch" text="fetch"/> | stackAlerts, alerting, securitySolution, inputControlVis | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | graph, stackAlerts, inputControlVis, securitySolution, savedObjects | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | dashboard, dataVisualizer, stackAlerts, expressionPartitionVis | - |
@ -48,8 +48,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| <DocLink id="kibTimelinesPluginApi" section="def-common.BrowserFields" text="BrowserFields"/> | @kbn/securitysolution-data-table, securitySolution | - |
| <DocLink id="kibTimelinesPluginApi" section="def-common.IndexFieldsStrategyRequest" text="IndexFieldsStrategyRequest"/> | securitySolution | - |
| <DocLink id="kibTimelinesPluginApi" section="def-common.IndexFieldsStrategyResponse" text="IndexFieldsStrategyResponse"/> | securitySolution | - |
| <DocLink id="kibKbnCoreSavedObjectsApiServerPluginApi" section="def-server.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="kibKbnCoreSavedObjectsApiServerPluginApi" section="def-server.SavedObjectAttributes" text="SavedObjectAttributes"/> | @kbn/core-saved-objects-common, @kbn/core-saved-objects-server, @kbn/core, actions, @kbn/alerting-types, alerting, savedSearch, canvas, enterpriseSearch, securitySolution, taskManager, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-server | - |
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObject" text="SavedObject"/> | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server, @kbn/core, home, savedObjectsTagging, canvas, savedObjects, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-import-export-server-internal, savedObjectsTaggingOss, lists, securitySolution, upgradeAssistant, savedObjectsManagement, @kbn/core-ui-settings-server-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-common.SavedObjectsType.convertToMultiNamespaceTypeVersion" text="convertToMultiNamespaceTypeVersion"/> | @kbn/core-saved-objects-migration-server-internal, actions, dataViews, data, alerting, lens, cases, savedSearch, canvas, savedObjectsTagging, graph, lists, maps, visualizations, securitySolution, dashboard, @kbn/core-test-helpers-so-type-serializer | - |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.convertToMultiNamespaceTypeVersion" text="convertToMultiNamespaceTypeVersion"/> | @kbn/core-saved-objects-migration-server-internal, actions, dataViews, data, alerting, lens, cases, savedSearch, canvas, savedObjectsTagging, graph, lists, maps, visualizations, securitySolution, dashboard, @kbn/core-test-helpers-so-type-serializer | - |
| <DocLink id="kibKbnSecurityPluginTypesPublicPluginApi" section="def-public.SecurityPluginStart.authc" text="authc"/> | security, securitySolution, cloudLinks, observabilityAIAssistantApp, cases | - |
| <DocLink id="kibKbnSecurityPluginTypesPublicPluginApi" section="def-public.SecurityPluginStart.userProfiles" text="userProfiles"/> | security, cases, searchPlayground, securitySolution | - |
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_TRUSTED_APPS_LIST_ID" text="ENDPOINT_TRUSTED_APPS_LIST_ID"/> | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - |
@ -66,59 +68,60 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION" text="ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION"/> | securitySolution | - |
| <DocLink id="kibKbnUiThemePluginApi" section="def-common.darkMode" text="darkMode"/> | @kbn/monaco, securitySolution | - |
| <DocLink id="kibDiscoverPluginApi" section="def-common.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | fleet, cloudSecurityPosture, exploratoryView, osquery, synthetics | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginStart.authc" text="authc"/> | alerting, observabilityAIAssistant, fleet, cloudSecurityPosture, enterpriseSearch, serverlessSearch, transform, upgradeAssistant, apm, entityManager, observabilityOnboarding, synthetics, security | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginStart.authc" text="authc"/> | alerting, observabilityAIAssistant, fleet, cloudSecurityPosture, enterpriseSearch, serverlessSearch, transform, upgradeAssistant, apm, entityManager, synthetics, security | - |
| <DocLink id="kibCloudExperimentsPluginApi" section="def-common.CloudExperimentsPluginStart.getVariation" text="getVariation"/> | spaces, navigation, cloudChat | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.ResolvedSimpleSavedObject" text="ResolvedSimpleSavedObject"/> | @kbn/core-saved-objects-browser-internal, @kbn/core, spaces, savedSearch, visualizations, lens, cases, maps, canvas, graph | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.ResolvedSimpleSavedObject" text="ResolvedSimpleSavedObject"/> | @kbn/core-saved-objects-browser-internal, @kbn/core, spaces, savedSearch, visualizations, lens, cases, maps, canvas, graph | - |
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | spaces, savedObjectsManagement | - |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-common.SavedObjectsType.schemas" text="schemas"/> | @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-migration-server-internal, spaces, data, savedSearch, cloudSecurityPosture, visualizations, dashboard, @kbn/core-test-helpers-so-type-serializer | - |
| <DocLink id="kibKbnCoreElasticsearchServerPluginApi" section="def-common.ElasticsearchServiceSetup.legacy" text="legacy"/> | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, enterpriseSearch, observabilityOnboarding, console | - |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.schemas" text="schemas"/> | @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-migration-server-internal, spaces, data, savedSearch, cloudSecurityPosture, visualizations, dashboard, @kbn/core-test-helpers-so-type-serializer | - |
| <DocLink id="kibKbnCoreElasticsearchServerPluginApi" section="def-server.ElasticsearchServiceSetup.legacy" text="legacy"/> | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, enterpriseSearch, observabilityOnboarding, console | - |
| <DocLink id="kibTaskManagerPluginApi" section="def-server.TaskManagerSetupContract.index" text="index"/> | actions, alerting | - |
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | monitoring | - |
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectReference" text="SavedObjectReference"/> | @kbn/core-saved-objects-api-browser, @kbn/core, savedObjects, savedObjectsManagement, visualizations, savedObjectsTagging, eventAnnotation, lens, maps, graph, dashboard, savedObjectsTaggingOss, kibanaUtils, expressions, data, embeddable, uiActionsEnhanced, controls, canvas, dashboardEnhanced, globalSearchProviders | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract" text="SavedObjectsClientContract"/> | @kbn/core-saved-objects-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, home, savedObjects, visualizations, lens, visTypeTimeseries, @kbn/core-saved-objects-browser-mocks | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.create" text="create"/> | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, savedObjects | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.bulkCreate" text="bulkCreate"/> | @kbn/core-saved-objects-browser-mocks, home, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.delete" text="delete"/> | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, savedObjects, visualizations | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.bulkDelete" text="bulkDelete"/> | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.find" text="find"/> | @kbn/core-saved-objects-browser-mocks, savedObjects, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.get" text="get"/> | @kbn/core-saved-objects-browser-mocks, savedObjects, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.bulkGet" text="bulkGet"/> | @kbn/core-saved-objects-browser-mocks, savedObjects, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.resolve" text="resolve"/> | @kbn/core-saved-objects-browser-mocks, discover, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.bulkResolve" text="bulkResolve"/> | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.update" text="update"/> | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, savedObjects | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.bulkUpdate" text="bulkUpdate"/> | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SimpleSavedObject.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SimpleSavedObject.save" text="save"/> | @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SimpleSavedObject.delete" text="delete"/> | @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsCreateOptions" text="SavedObjectsCreateOptions"/> | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, graph | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsCreateOptions.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server-internal, canvas | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsDeleteOptions" text="SavedObjectsDeleteOptions"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsBatchResponse" text="SavedObjectsBatchResponse"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsFindOptions" text="SavedObjectsFindOptions"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsUpdateOptions" text="SavedObjectsUpdateOptions"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsBulkUpdateObject" text="SavedObjectsBulkUpdateObject"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsFindResponse" text="SavedObjectsFindResponse"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsBulkCreateOptions" text="SavedObjectsBulkCreateOptions"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsBulkCreateObject" text="SavedObjectsBulkCreateObject"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsBulkDeleteResponse" text="SavedObjectsBulkDeleteResponse"/> | @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsBrowserPluginApi" section="def-common.SavedObjectsStart" text="SavedObjectsStart"/> | @kbn/core-lifecycle-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, visualizations, exploratoryView, transform, @kbn/core-saved-objects-browser-mocks | - |
| <DocLink id="kibKbnCoreSavedObjectsBrowserInternalPluginApi" section="def-common.SavedObjectsService" text="SavedObjectsService"/> | @kbn/core-root-browser-internal, @kbn/core-saved-objects-browser-mocks | - |
| <DocLink id="kibKbnCoreSavedObjectsApiServerPluginApi" section="def-common.SavedObjectsIncrementCounterOptions.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-api-server-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiServerPluginApi" section="def-common.SavedObjectsBulkCreateObject.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-api-server-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract" text="SavedObjectsClientContract"/> | @kbn/core-saved-objects-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, home, savedObjects, visualizations, lens, visTypeTimeseries, @kbn/core-saved-objects-browser-mocks | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract.create" text="create"/> | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, savedObjects | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract.bulkCreate" text="bulkCreate"/> | @kbn/core-saved-objects-browser-mocks, home, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract.delete" text="delete"/> | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, savedObjects, visualizations | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract.bulkDelete" text="bulkDelete"/> | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract.find" text="find"/> | @kbn/core-saved-objects-browser-mocks, savedObjects, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract.get" text="get"/> | @kbn/core-saved-objects-browser-mocks, savedObjects, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract.bulkGet" text="bulkGet"/> | @kbn/core-saved-objects-browser-mocks, savedObjects, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract.resolve" text="resolve"/> | @kbn/core-saved-objects-browser-mocks, discover, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract.bulkResolve" text="bulkResolve"/> | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract.update" text="update"/> | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, savedObjects | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract.bulkUpdate" text="bulkUpdate"/> | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SimpleSavedObject.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SimpleSavedObject.save" text="save"/> | @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SimpleSavedObject.delete" text="delete"/> | @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsCreateOptions" text="SavedObjectsCreateOptions"/> | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, graph | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsCreateOptions.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsDeleteOptions" text="SavedObjectsDeleteOptions"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsBatchResponse" text="SavedObjectsBatchResponse"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsFindOptions" text="SavedObjectsFindOptions"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsUpdateOptions" text="SavedObjectsUpdateOptions"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsBulkUpdateObject" text="SavedObjectsBulkUpdateObject"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsFindResponse" text="SavedObjectsFindResponse"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsBulkCreateOptions" text="SavedObjectsBulkCreateOptions"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsBulkCreateObject" text="SavedObjectsBulkCreateObject"/> | @kbn/core-saved-objects-browser-internal, @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsBulkDeleteResponse" text="SavedObjectsBulkDeleteResponse"/> | @kbn/core-saved-objects-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsBrowserPluginApi" section="def-public.SavedObjectsStart" text="SavedObjectsStart"/> | @kbn/core-lifecycle-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, visualizations, exploratoryView, transform, @kbn/core-saved-objects-browser-mocks | - |
| <DocLink id="kibKbnCoreSavedObjectsBrowserInternalPluginApi" section="def-public.SavedObjectsService" text="SavedObjectsService"/> | @kbn/core-root-browser-internal, @kbn/core-saved-objects-browser-mocks | - |
| <DocLink id="kibKbnCoreSavedObjectsApiServerPluginApi" section="def-server.SavedObjectsIncrementCounterOptions.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-api-server-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiServerPluginApi" section="def-server.SavedObjectsBulkCreateObject.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-api-server-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiServerPluginApi" section="def-server.SavedObjectsCreateOptions.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-api-server-internal, canvas | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | graph, visTypeTimeseries, dataViewManagement, dataViews | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | graph, visTypeTimeseries, dataViewManagement, dataViews | - |
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | graph, visTypeTimeseries, dataViewManagement | - |
| <DocLink id="kibSavedObjectsFinderPluginApi" section="def-public.SavedObjectMetaData.includeFields" text="includeFields"/> | visualizations, graph | - |
| <DocLink id="kibTimelinesPluginApi" section="def-public.TimelinesUIStart.getHoverActions" text="getHoverActions"/> | kubernetesSecurity, osquery, threatIntelligence | - |
| <DocLink id="kibKbnCoreLifecycleBrowserPluginApi" section="def-common.CoreStart.savedObjects" text="savedObjects"/> | @kbn/core-plugins-browser-internal, @kbn/core-root-browser-internal, home, savedObjects, unifiedSearch, visualizations, fileUpload, dashboardEnhanced, transform, discover, dataVisualizer | - |
| <DocLink id="kibKbnCoreSavedObjectsBrowserMocksPluginApi" section="def-common.simpleSavedObjectMock" text="simpleSavedObjectMock"/> | @kbn/core, lens, savedObjects | - |
| <DocLink id="kibKbnCoreLifecycleBrowserPluginApi" section="def-public.CoreStart.savedObjects" text="savedObjects"/> | @kbn/core-plugins-browser-internal, @kbn/core-root-browser-internal, home, savedObjects, unifiedSearch, visualizations, fileUpload, dashboardEnhanced, transform, discover, dataVisualizer | - |
| <DocLink id="kibKbnCoreSavedObjectsBrowserMocksPluginApi" section="def-public.simpleSavedObjectMock" text="simpleSavedObjectMock"/> | @kbn/core, lens, savedObjects | - |
| <DocLink id="kibEmbeddablePluginApi" section="def-public.EmbeddablePanel" text="EmbeddablePanel"/> | lens, dashboard, canvas | - |
| <DocLink id="kibEmbeddablePluginApi" section="def-public.EmbeddableSetup.registerEmbeddableFactory" text="registerEmbeddableFactory"/> | visualizations, lens, controls, dashboard | - |
| <DocLink id="kibEmbeddablePluginApi" section="def-public.EmbeddableStart.getEmbeddableFactory" text="getEmbeddableFactory"/> | lens, controls, dashboard, investigateApp | - |
| <DocLink id="kibEmbeddablePluginApi" section="def-public.EmbeddableStart.getEmbeddableFactories" text="getEmbeddableFactories"/> | canvas, dashboard | - |
| <DocLink id="kibKbnPresentationPublishingPluginApi" section="def-common.apiHasLegacyLibraryTransforms" text="apiHasLegacyLibraryTransforms"/> | dashboard | - |
| <DocLink id="kibKbnPresentationPublishingPluginApi" section="def-common.HasLegacyLibraryTransforms" text="HasLegacyLibraryTransforms"/> | embeddable, dashboard | - |
| <DocLink id="kibKbnPresentationPublishingPluginApi" section="def-common.HasLibraryTransforms" text="HasLibraryTransforms"/> | dashboard, maps | - |
| <DocLink id="kibKbnPresentationPublishingPluginApi" section="def-public.apiHasLegacyLibraryTransforms" text="apiHasLegacyLibraryTransforms"/> | dashboard | - |
| <DocLink id="kibKbnPresentationPublishingPluginApi" section="def-public.HasLegacyLibraryTransforms" text="HasLegacyLibraryTransforms"/> | embeddable, dashboard | - |
| <DocLink id="kibKbnPresentationPublishingPluginApi" section="def-public.HasLibraryTransforms" text="HasLibraryTransforms"/> | dashboard, maps | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.flattenHit" text="flattenHit"/> | dataViews, maps | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.removeScriptedField" text="removeScriptedField"/> | dataViews, dataViewManagement | - |
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getScriptedFields" text="getScriptedFields"/> | dataViews, dataViewManagement | - |
@ -149,38 +152,38 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| <DocLink id="kibExpressionGaugePluginApi" section="def-common.GaugeState.percentageMode" text="percentageMode"/> | visTypeGauge | - |
| <DocLink id="kibExpressionPartitionVisPluginApi" section="def-common.LabelsParams.truncate" text="truncate"/> | visTypePie | - |
| <DocLink id="kibExpressionPartitionVisPluginApi" section="def-common.LabelsParams.last_level" text="last_level"/> | visTypePie | - |
| <DocLink id="kibKbnCoreLoggingServerPluginApi" section="def-common.NumericRollingStrategyConfig.max" text="max"/> | @kbn/core-logging-server-internal, security | - |
| <DocLink id="kibKbnCoreLoggingServerPluginApi" section="def-server.NumericRollingStrategyConfig.max" text="max"/> | @kbn/core-logging-server-internal, security | - |
| <DocLink id="kibKbnSecurityPluginTypesPublicPluginApi" section="def-public.SecurityPluginSetup.authc" text="authc"/> | security | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.toMountPoint" text="toMountPoint"/> | observabilityShared | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-common.KibanaStyledComponentsThemeProviderDecorator" text="KibanaStyledComponentsThemeProviderDecorator"/> | @kbn/react-kibana-context-styled, kibanaReact | - |
| <DocLink id="kibSharePluginApi" section="def-public.ShareContext.shareableUrlForSavedObject" text="shareableUrlForSavedObject"/> | discover, @kbn/reporting-public | - |
| <DocLink id="kibKbnCoreUiSettingsCommonPluginApi" section="def-common.UiSettingsParams.metric" text="metric"/> | discover, @kbn/management-settings-field-definition | - |
| <DocLink id="kibKbnContentManagementTableListViewTablePluginApi" section="def-public.TableListViewTableProps.withoutPageTemplateWrapper" text="withoutPageTemplateWrapper"/> | @kbn/content-management-table-list-view, filesManagement | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsBulkUpdateOptions" text="SavedObjectsBulkUpdateOptions"/> | @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsBulkResolveResponse" text="SavedObjectsBulkResolveResponse"/> | @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsBrowserMocksPluginApi" section="def-common.savedObjectsServiceMock" text="savedObjectsServiceMock"/> | @kbn/core-lifecycle-browser-mocks, @kbn/core, @kbn/core-plugins-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsBulkUpdateOptions" text="SavedObjectsBulkUpdateOptions"/> | @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsBulkResolveResponse" text="SavedObjectsBulkResolveResponse"/> | @kbn/core | - |
| <DocLink id="kibKbnCoreSavedObjectsBrowserMocksPluginApi" section="def-public.savedObjectsServiceMock" text="savedObjectsServiceMock"/> | @kbn/core-lifecycle-browser-mocks, @kbn/core, @kbn/core-plugins-browser-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributeSingle" text="SavedObjectAttributeSingle"/> | @kbn/core | - |
| <DocLink id="kibKbnCorePluginsServerPluginApi" section="def-common.PluginManifest.extraPublicDirs" text="extraPublicDirs"/> | @kbn/core-plugins-server-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-common.SavedObjectMigrationContext.convertToMultiNamespaceTypeVersion" text="convertToMultiNamespaceTypeVersion"/> | encryptedSavedObjects | - |
| <DocLink id="kibKbnCorePluginsServerPluginApi" section="def-server.PluginManifest.extraPublicDirs" text="extraPublicDirs"/> | @kbn/core-plugins-server-internal | - |
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectMigrationContext.convertToMultiNamespaceTypeVersion" text="convertToMultiNamespaceTypeVersion"/> | encryptedSavedObjects | - |
| <DocLink id="kibKbnReportingExportTypesCsvPluginApi" section="def-server.CsvSearchSourceImmediateExportType" text="CsvSearchSourceImmediateExportType"/> | reporting | - |
| <DocLink id="kibKbnReportingExportTypesCsvCommonPluginApi" section="def-common.JobParamsDownloadCSV" text="JobParamsDownloadCSV"/> | @kbn/reporting-export-types-csv, reporting | - |
| <DocLink id="kibKbnReportingExportTypesCsvCommonPluginApi" section="def-common.CSV_SEARCHSOURCE_IMMEDIATE_TYPE" text="CSV_SEARCHSOURCE_IMMEDIATE_TYPE"/> | @kbn/reporting-export-types-csv, reporting | - |
| <DocLink id="kibKbnReportingExportTypesCsvCommonPluginApi" section="def-common.CSV_JOB_TYPE_DEPRECATED" text="CSV_JOB_TYPE_DEPRECATED"/> | reporting | - |
| <DocLink id="kibKbnReportingExportTypesPdfPluginApi" section="def-server.PdfV1ExportType" text="PdfV1ExportType"/> | reporting | - |
| <DocLink id="kibKbnReportingExportTypesPdfCommonPluginApi" section="def-common.JobParamsPDFDeprecated" text="JobParamsPDFDeprecated"/> | @kbn/reporting-export-types-pdf, reporting | - |
| <DocLink id="kibKbnReportingExportTypesPdfCommonPluginApi" section="def-common.JobParamsPDFDeprecated" text="JobParamsPDFDeprecated"/> | @kbn/test-suites-xpack, @kbn/reporting-export-types-pdf, reporting | - |
| <DocLink id="kibKbnReportingPublicPluginApi" section="def-public.ReportingAPIClient.createImmediateReport" text="createImmediateReport"/> | @kbn/reporting-csv-share-panel | - |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | security, aiops, licenseManagement, ml, crossClusterReplication, logstash, painlessLab, searchprofiler, watcher, profiling, apm, slo | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | spaces, security, actions, alerting, aiops, remoteClusters, ml, graph, indexLifecycleManagement, mapsEms, osquery, securitySolution, painlessLab, rollup, searchprofiler, snapshotRestore, transform, upgradeAssistant | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | fleet, apm, security, securitySolution | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | fleet, apm, security, securitySolution | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-server.FeaturesPluginSetup.getKibanaFeatures" text="getKibanaFeatures"/> | spaces, security, alerting, cases | 8.8.0 |
| <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | @kbn/core-application-browser-internal, @kbn/core-application-browser-mocks, management, fleet, security, kibanaOverview, @kbn/core | 8.8.0 |
| <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | @kbn/core-application-browser-internal, @kbn/core-application-browser-mocks, management, fleet, security, kibanaOverview, @kbn/core | 8.8.0 |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | embeddable, presentationUtil, lens, dashboard, discover, graph, links | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-server.FeaturesPluginSetup.getElasticsearchFeatures" text="getElasticsearchFeatures"/> | security | 8.8.0 |
| <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | apm | 8.8.0 |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.refresh" text="refresh"/> | mapsEms | 8.8.0 |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | savedObjectsTaggingOss | 8.8.0 |
| <DocLink id="kibKbnCorePluginsServerPluginApi" section="def-common.AsyncPlugin" text="AsyncPlugin"/> | @kbn/core-plugins-server-internal, @kbn/core | 8.8.0 |
| <DocLink id="kibKbnCorePluginsServerPluginApi" section="def-server.AsyncPlugin" text="AsyncPlugin"/> | @kbn/core-plugins-server-internal, @kbn/core | 8.8.0 |
| <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | security | 8.8.0
This is relied on by the reporting feature, and should be removed once reporting
@ -239,8 +242,8 @@ Safe to remove.
| <DocLink id="kibServerlessPluginApi" section="def-public.ServerlessPluginStart.setSideNavComponentDeprecated" text="setSideNavComponentDeprecated"/> | serverless |
| <DocLink id="kibTaskManagerPluginApi" section="def-server.ConcreteTaskInstance.interval" text="interval"/> | taskManager |
| <DocLink id="kibTaskManagerPluginApi" section="def-server.ConcreteTaskInstance.numSkippedRuns" text="numSkippedRuns"/> | taskManager |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsBulkDeleteOptions" text="SavedObjectsBulkDeleteOptions"/> | @kbn/core-saved-objects-api-browser |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsBulkDeleteResponseItem" text="SavedObjectsBulkDeleteResponseItem"/> | @kbn/core-saved-objects-api-browser |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsBulkDeleteOptions" text="SavedObjectsBulkDeleteOptions"/> | @kbn/core-saved-objects-api-browser |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsBulkDeleteResponseItem" text="SavedObjectsBulkDeleteResponseItem"/> | @kbn/core-saved-objects-api-browser |
| <DocLink id="kibKbnStorybookPluginApi" section="def-common.StorybookConfig.config" text="config"/> | @kbn/storybook |
| <DocLink id="kibKbnUiThemePluginApi" section="def-common.tag" text="tag"/> | @kbn/ui-theme |
| <DocLink id="kibKbnUiThemePluginApi" section="def-common.version" text="version"/> | @kbn/ui-theme |

File diff suppressed because it is too large Load diff

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@ -17,7 +17,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| savedObjectsTaggingOss | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject) | 8.8.0 |
| kibanaOverview | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
| kibanaOverview | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
@ -27,7 +27,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| --------|-------|-----------|-----------|
| fleet | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 |
| fleet | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 |
| fleet | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | 8.8.0 |
| fleet | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | 8.8.0 |
@ -35,8 +35,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
| @kbn/core-application-browser-internal | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath), [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath), [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | 8.8.0 |
| @kbn/core | <DocLink id="kibKbnCorePluginsServerPluginApi" section="def-common.AsyncPlugin" text="AsyncPlugin"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin) | 8.8.0 |
| @kbn/core-application-browser-internal | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath), [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath), [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | 8.8.0 |
| @kbn/core | <DocLink id="kibKbnCorePluginsServerPluginApi" section="def-server.AsyncPlugin" text="AsyncPlugin"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin) | 8.8.0 |
@ -63,7 +63,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| --------|-------|-----------|-----------|
| upgradeAssistant | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [reindex_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/remote_clusters/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/server/services/license.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rollup/server/services/license.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/snapshot_restore/server/services/license.ts#:~:text=license%24) | 8.8.0 |
| licenseManagement | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/license_management/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cross_cluster_replication/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 |
| management | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/management/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
| management | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/management/public/application.tsx#:~:text=appBasePath) | 8.8.0 |
@ -93,7 +93,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
| security | <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 |
| security | <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/plugin.tsx#:~:text=license%24) | 8.8.0 |
| security | <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 |
| security | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-common.AppMountParameters.appBasePath" text="appBasePath"/> | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | 8.8.0 |
| security | <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | 8.8.0 |

View file

@ -20,9 +20,9 @@
" implements ",
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.Plugin",
"section": "def-public.Plugin",
"text": "Plugin"
},
"<",
@ -66,9 +66,9 @@
"(coreSetup: ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>, { urlForwarding }: { urlForwarding: { forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }; }) => { register: (devToolArgs: ",
@ -91,9 +91,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools']
---
import devToolsObj from './dev_tools.devdocs.json';

View file

@ -1880,9 +1880,9 @@
">; scopedHistory: ",
{
"pluginId": "@kbn/core-application-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreApplicationBrowserPluginApi",
"section": "def-common.ScopedHistory",
"section": "def-public.ScopedHistory",
"text": "ScopedHistory"
},
"<unknown>; customizationCallbacks: ",
@ -1997,17 +1997,17 @@
"signature": [
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.SerializedTitles",
"section": "def-public.SerializedTitles",
"text": "SerializedTitles"
},
" & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.SerializedTimeRange",
"section": "def-public.SerializedTimeRange",
"text": "SerializedTimeRange"
},
" & Partial<Pick<",
@ -2252,9 +2252,9 @@
"(req: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => Promise<",
@ -2281,9 +2281,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover']
---
import discoverObj from './discover.devdocs.json';

View file

@ -20,9 +20,9 @@
" implements ",
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.Plugin",
"section": "def-public.Plugin",
"text": "Plugin"
},
"<void, void, ",
@ -91,9 +91,9 @@
"signature": [
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.PluginInitializerContext",
"section": "def-public.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<object>"
@ -117,9 +117,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<",
@ -154,9 +154,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<",
@ -209,9 +209,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreStart",
"section": "def-public.CoreStart",
"text": "CoreStart"
},
", plugins: ",
@ -238,9 +238,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreStart",
"section": "def-public.CoreStart",
"text": "CoreStart"
}
],
@ -472,9 +472,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.EmbeddableApiContext",
"section": "def-public.EmbeddableApiContext",
"text": "EmbeddableApiContext"
},
">"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced']
---
import discoverEnhancedObj from './discover_enhanced.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverShared
title: "discoverShared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the discoverShared plugin
date: 2024-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverShared']
---
import discoverSharedObj from './discover_shared.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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard']
---
import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json';

View file

@ -1604,9 +1604,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, { actionTypeId: string; subAction: \"invokeAI\" | \"invokeStream\"; replacements: {} & { [k: string]: string; }; message?: string | undefined; allow?: string[] | undefined; size?: number | undefined; conversationId?: string | undefined; model?: string | undefined; alertsIndexPattern?: string | undefined; allowReplacement?: string[] | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; } | { size: number; subAction: \"invokeAI\" | \"invokeStream\"; alertsIndexPattern: string; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; model?: string | undefined; defaultSystemPromptId?: string | undefined; provider?: \"OpenAI\" | \"Azure OpenAI\" | undefined; }; model?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }, any>"
@ -1683,17 +1683,17 @@
" & { alertingServiceProvider(savedObjectsClient: ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsClientContract",
"section": "def-server.SavedObjectsClientContract",
"text": "SavedObjectsClientContract"
},
", request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>): { preview: (args_0: Readonly<{} & { timeRange: string; sampleSize: number; alertParams: Readonly<{} & { severity: number; jobSelection: Readonly<{} & { groupIds: string[]; jobIds: string[]; }>; resultType: \"bucket\" | \"record\" | \"influencer\"; includeInterim: boolean; lookbackInterval: string | null; topNBuckets: number | null; }>; }>) => Promise<any>; execute: (params: Readonly<{} & { severity: number; jobSelection: Readonly<{} & { groupIds: string[]; jobIds: string[]; }>; resultType: \"bucket\" | \"record\" | \"influencer\"; includeInterim: boolean; lookbackInterval: string | null; topNBuckets: number | null; }>, spaceId: string, state?: ",
@ -1817,9 +1817,9 @@
"signature": [
{
"pluginId": "@kbn/core-security-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSecurityServerPluginApi",
"section": "def-common.SecurityServiceStart",
"section": "def-server.SecurityServiceStart",
"text": "SecurityServiceStart"
}
],

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant']
---
import elasticAssistantObj from './elastic_assistant.devdocs.json';

View file

@ -62,9 +62,9 @@
"signature": [
{
"pluginId": "@kbn/core-notifications-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreNotificationsBrowserPluginApi",
"section": "def-common.IToasts",
"section": "def-public.IToasts",
"text": "IToasts"
}
],
@ -407,9 +407,9 @@
"<TChildInput, TContainerInput, TContainerOutput>,",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.PresentationContainer",
"section": "def-public.PresentationContainer",
"text": "PresentationContainer"
}
],
@ -688,9 +688,9 @@
"<ApiType extends unknown = unknown>(panelPackage: ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.PanelPackage",
"section": "def-public.PanelPackage",
"text": "PanelPackage"
},
"<object>) => Promise<ApiType | undefined>"
@ -709,9 +709,9 @@
"signature": [
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.PanelPackage",
"section": "def-public.PanelPackage",
"text": "PanelPackage"
},
"<object>"
@ -735,9 +735,9 @@
"(idToRemove: string, { panelType, initialState }: ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.PanelPackage",
"section": "def-public.PanelPackage",
"text": "PanelPackage"
},
"<object>) => Promise<string>"
@ -771,9 +771,9 @@
"signature": [
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.PanelPackage",
"section": "def-public.PanelPackage",
"text": "PanelPackage"
},
"<object>"
@ -2235,33 +2235,33 @@
"<any> | undefined; readonly value: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
"; error: (err: any) => void; forEach: { (next: (value: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
") => void): Promise<void>; (next: (value: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
") => void, promiseCtor: PromiseConstructorLike): Promise<void>; }; complete: () => void; getValue: () => ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
"; closed: boolean; pipe: { (): ",
@ -2269,9 +2269,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
">; <A>(op1: ",
@ -2279,9 +2279,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
", A>): ",
@ -2291,9 +2291,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
", A>, op2: ",
@ -2305,9 +2305,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
", A>, op2: ",
@ -2321,9 +2321,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
", A>, op2: ",
@ -2339,9 +2339,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
", A>, op2: ",
@ -2359,9 +2359,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
", A>, op2: ",
@ -2381,9 +2381,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
", A>, op2: ",
@ -2405,9 +2405,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
", A>, op2: ",
@ -2431,9 +2431,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
", A>, op2: ",
@ -2459,9 +2459,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
", A>, op2: ",
@ -2489,9 +2489,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
">[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
@ -2499,9 +2499,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
", R>) => ",
@ -2511,9 +2511,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
">; operator: ",
@ -2521,9 +2521,9 @@
"<any, ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
"> | undefined; subscribe: { (observerOrNext?: Partial<",
@ -2531,17 +2531,17 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
">> | ((value: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
") => void) | undefined): ",
@ -2549,9 +2549,9 @@
"; (next?: ((value: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
") => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ",
@ -2559,25 +2559,25 @@
"; }; toPromise: { (): Promise<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
" | undefined>; (PromiseCtor: PromiseConstructor): Promise<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
" | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.ViewMode",
"section": "def-public.ViewMode",
"text": "ViewMode"
},
" | undefined>; }; }"
@ -2597,25 +2597,25 @@
"(",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.PresentationContainer",
"section": "def-public.PresentationContainer",
"text": "PresentationContainer"
},
" & Partial<Pick<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesPanelTitle",
"section": "def-public.PublishesPanelTitle",
"text": "PublishesPanelTitle"
},
", \"hidePanelTitle\"> & ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesViewMode",
"section": "def-public.PublishesViewMode",
"text": "PublishesViewMode"
},
">) | undefined"
@ -4257,33 +4257,33 @@
"<any> | undefined; readonly value: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined; error: (err: any) => void; forEach: { (next: (value: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined) => void): Promise<void>; (next: (value: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined) => void, promiseCtor: PromiseConstructorLike): Promise<void>; }; complete: () => void; getValue: () => ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined; closed: boolean; pipe: { (): ",
@ -4291,9 +4291,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined>; <A>(op1: ",
@ -4301,9 +4301,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined, A>): ",
@ -4313,9 +4313,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined, A>, op2: ",
@ -4327,9 +4327,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined, A>, op2: ",
@ -4343,9 +4343,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined, A>, op2: ",
@ -4361,9 +4361,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined, A>, op2: ",
@ -4381,9 +4381,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined, A>, op2: ",
@ -4403,9 +4403,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined, A>, op2: ",
@ -4427,9 +4427,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined, A>, op2: ",
@ -4453,9 +4453,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined, A>, op2: ",
@ -4481,9 +4481,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined, A>, op2: ",
@ -4511,9 +4511,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
@ -4521,9 +4521,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined, R>) => ",
@ -4533,9 +4533,9 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined>; operator: ",
@ -4543,9 +4543,9 @@
"<any, ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
@ -4553,17 +4553,17 @@
"<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined>> | ((value: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined) => void) | undefined): ",
@ -4571,9 +4571,9 @@
"; (next?: ((value: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ",
@ -4581,25 +4581,25 @@
"; }; toPromise: { (): Promise<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined>; (PromiseCtor: PromiseConstructor): Promise<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PhaseEvent",
"section": "def-public.PhaseEvent",
"text": "PhaseEvent"
},
" | undefined>; }; }"
@ -5549,9 +5549,9 @@
"signature": [
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishingSubject",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<string | undefined> | undefined"
@ -5794,9 +5794,9 @@
"signature": [
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishingSubject",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<string | undefined> | undefined"
@ -6102,9 +6102,9 @@
"() => ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.EmbeddableAppContext",
"section": "def-public.EmbeddableAppContext",
"text": "EmbeddableAppContext"
},
" | undefined"
@ -6804,9 +6804,9 @@
"(appId: string, options?: ",
{
"pluginId": "@kbn/core-application-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreApplicationBrowserPluginApi",
"section": "def-common.NavigateToAppOptions",
"section": "def-public.NavigateToAppOptions",
"text": "NavigateToAppOptions"
},
" | undefined) => Promise<void>"
@ -6843,9 +6843,9 @@
"ReadonlyMap<string, ",
{
"pluginId": "@kbn/core-application-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreApplicationBrowserPluginApi",
"section": "def-common.PublicAppInfo",
"section": "def-public.PublicAppInfo",
"text": "PublicAppInfo"
},
"> | undefined"
@ -8827,17 +8827,17 @@
"({ container, onAddPanel, onClose, }: { container: ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.PresentationContainer",
"section": "def-public.PresentationContainer",
"text": "PresentationContainer"
},
"; onAddPanel?: ((id: string) => void) | undefined; onClose?: (() => void) | undefined; }) => ",
{
"pluginId": "@kbn/core-mount-utils-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreMountUtilsBrowserPluginApi",
"section": "def-common.OverlayRef",
"section": "def-public.OverlayRef",
"text": "OverlayRef"
}
],
@ -8866,9 +8866,9 @@
"signature": [
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.PresentationContainer",
"section": "def-public.PresentationContainer",
"text": "PresentationContainer"
}
],
@ -8959,17 +8959,17 @@
"<SerializedState, RuntimeState>, ParentApi extends ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.HasSerializedChildState",
"section": "def-public.HasSerializedChildState",
"text": "HasSerializedChildState"
},
"<SerializedState> = ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.HasSerializedChildState",
"section": "def-public.HasSerializedChildState",
"text": "HasSerializedChildState"
},
"<SerializedState>>({ type, maybeId, getParentApi, panelProps, onAnyStateChange, onApiAvailable, hidePanelChrome, }: { type: string; maybeId?: string | undefined; getParentApi: () => ParentApi; onApiAvailable?: ((api: Api) => void) | undefined; panelProps?: Pick<",
@ -8983,9 +8983,9 @@
"<Api, {}>, \"showShadow\" | \"showBorder\" | \"showBadges\" | \"showNotifications\" | \"hideHeader\" | \"hideInspector\"> | undefined; hidePanelChrome?: boolean | undefined; onAnyStateChange?: ((state: ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.SerializedPanelState",
"section": "def-public.SerializedPanelState",
"text": "SerializedPanelState"
},
"<SerializedState>) => void) | undefined; }) => JSX.Element"
@ -9127,9 +9127,9 @@
"((state: ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.SerializedPanelState",
"section": "def-public.SerializedPanelState",
"text": "SerializedPanelState"
},
"<SerializedState>) => void) | undefined"
@ -9148,9 +9148,9 @@
"signature": [
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.SerializedPanelState",
"section": "def-public.SerializedPanelState",
"text": "SerializedPanelState"
},
"<SerializedState>"
@ -9666,41 +9666,41 @@
",",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.HasType",
"section": "def-public.HasType",
"text": "HasType"
},
"<string>,",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesPhaseEvents",
"section": "def-public.PublishesPhaseEvents",
"text": "PublishesPhaseEvents"
},
",",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishesUnsavedChanges",
"section": "def-public.PublishesUnsavedChanges",
"text": "PublishesUnsavedChanges"
},
",",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.HasSerializableState",
"section": "def-public.HasSerializableState",
"text": "HasSerializableState"
},
"<SerializedState>,",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.HasSnapshottableState",
"section": "def-public.HasSnapshottableState",
"text": "HasSnapshottableState"
},
"<RuntimeState>"
@ -12366,9 +12366,9 @@
"() => ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.EmbeddableAppContext",
"section": "def-public.EmbeddableAppContext",
"text": "EmbeddableAppContext"
},
" | undefined"
@ -12838,9 +12838,9 @@
"(panelState: ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.SerializedPanelState",
"section": "def-public.SerializedPanelState",
"text": "SerializedPanelState"
},
"<SerializedState>) => ",
@ -12867,9 +12867,9 @@
"signature": [
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.SerializedPanelState",
"section": "def-public.SerializedPanelState",
"text": "SerializedPanelState"
},
"<SerializedState>"
@ -12897,17 +12897,17 @@
"<SerializedState, RuntimeState, Api>, comparators: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.StateComparators",
"section": "def-public.StateComparators",
"text": "StateComparators"
},
"<RuntimeState>) => Api & ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.HasSnapshottableState",
"section": "def-public.HasSnapshottableState",
"text": "HasSnapshottableState"
},
"<RuntimeState>, uuid: string, parentApi: unknown, setApi: (api: ",
@ -12946,17 +12946,17 @@
"<SerializedState, RuntimeState, Api>, comparators: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.StateComparators",
"section": "def-public.StateComparators",
"text": "StateComparators"
},
"<RuntimeState>) => Api & ",
{
"pluginId": "@kbn/presentation-containers",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationContainersPluginApi",
"section": "def-common.HasSnapshottableState",
"section": "def-public.HasSnapshottableState",
"text": "HasSnapshottableState"
},
"<RuntimeState>"
@ -13251,9 +13251,9 @@
"Partial<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.EmbeddableApiContext",
"section": "def-public.EmbeddableApiContext",
"text": "EmbeddableApiContext"
},
"> & { data: { value?: any; eventId?: string | undefined; columnMeta?: ",
@ -13444,9 +13444,9 @@
"Partial<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.EmbeddableApiContext",
"section": "def-public.EmbeddableApiContext",
"text": "EmbeddableApiContext"
},
"> & { data: { data: { table: Pick<",
@ -13528,9 +13528,9 @@
"Partial<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.EmbeddableApiContext",
"section": "def-public.EmbeddableApiContext",
"text": "EmbeddableApiContext"
},
"> & { data: { table: ",
@ -13620,9 +13620,9 @@
"Partial<",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.EmbeddableApiContext",
"section": "def-public.EmbeddableApiContext",
"text": "EmbeddableApiContext"
},
"> & { data: { data: { table: Pick<",

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable']
---
import embeddableObj from './embeddable.devdocs.json';

View file

@ -30,9 +30,9 @@
"; } | undefined) => void; dynamicActionsState$: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishingSubject",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<{ dynamicActions: ",
@ -134,9 +134,9 @@
"; } | undefined) => void; dynamicActionsState$: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishingSubject",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<{ dynamicActions: ",
@ -316,9 +316,9 @@
"; } | undefined) => void; dynamicActionsState$: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishingSubject",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<{ dynamicActions: ",
@ -363,9 +363,9 @@
"; } | undefined) => void) | undefined; dynamicActionsState$?: ",
{
"pluginId": "@kbn/presentation-publishing",
"scope": "common",
"scope": "public",
"docId": "kibKbnPresentationPublishingPluginApi",
"section": "def-common.PublishingSubject",
"section": "def-public.PublishingSubject",
"text": "PublishingSubject"
},
"<{ dynamicActions: ",

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced']
---
import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json';

View file

@ -209,25 +209,25 @@
"(encryptedDoc: ",
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectUnsanitizedDoc",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<InputAttributes> | ",
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectUnsanitizedDoc",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<MigratedAttributes>) => encryptedDoc is ",
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectUnsanitizedDoc",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<InputAttributes>"
@ -247,17 +247,17 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectUnsanitizedDoc",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<InputAttributes> | ",
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectUnsanitizedDoc",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<MigratedAttributes>"
@ -279,25 +279,25 @@
"(doc: ",
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectUnsanitizedDoc",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<InputAttributes>, context: ",
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectMigrationContext",
"section": "def-server.SavedObjectMigrationContext",
"text": "SavedObjectMigrationContext"
},
") => ",
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectUnsanitizedDoc",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<MigratedAttributes>"
@ -317,9 +317,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectDoc",
"section": "def-server.SavedObjectDoc",
"text": "SavedObjectDoc"
},
"<InputAttributes> & { references?: ",
@ -346,9 +346,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectMigrationContext",
"section": "def-server.SavedObjectMigrationContext",
"text": "SavedObjectMigrationContext"
}
],
@ -439,9 +439,9 @@
"<T = unknown>(type: string, id: string, options?: ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsBaseOptions",
"section": "def-server.SavedObjectsBaseOptions",
"text": "SavedObjectsBaseOptions"
},
" | undefined) => Promise<",
@ -498,9 +498,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsBaseOptions",
"section": "def-server.SavedObjectsBaseOptions",
"text": "SavedObjectsBaseOptions"
},
" | undefined"
@ -526,25 +526,25 @@
"<T = unknown, A = unknown>(findOptions: ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsCreatePointInTimeFinderOptions",
"section": "def-server.SavedObjectsCreatePointInTimeFinderOptions",
"text": "SavedObjectsCreatePointInTimeFinderOptions"
},
", dependencies?: ",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsCreatePointInTimeFinderDependencies",
"section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies",
"text": "SavedObjectsCreatePointInTimeFinderDependencies"
},
" | undefined) => Promise<",
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.ISavedObjectsPointInTimeFinder",
"section": "def-server.ISavedObjectsPointInTimeFinder",
"text": "ISavedObjectsPointInTimeFinder"
},
"<T, A>>"
@ -565,9 +565,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsCreatePointInTimeFinderOptions",
"section": "def-server.SavedObjectsCreatePointInTimeFinderOptions",
"text": "SavedObjectsCreatePointInTimeFinderOptions"
}
],
@ -588,9 +588,9 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-api-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
"section": "def-common.SavedObjectsCreatePointInTimeFinderDependencies",
"section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies",
"text": "SavedObjectsCreatePointInTimeFinderDependencies"
},
" | undefined"
@ -827,25 +827,25 @@
"(encryptedDoc: ",
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectUnsanitizedDoc",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<InputAttributes> | ",
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectUnsanitizedDoc",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<MigratedAttributes>) => encryptedDoc is ",
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectUnsanitizedDoc",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<InputAttributes>"
@ -865,17 +865,17 @@
"signature": [
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectUnsanitizedDoc",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<InputAttributes> | ",
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectUnsanitizedDoc",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<MigratedAttributes>"
@ -1018,9 +1018,9 @@
") => ",
{
"pluginId": "@kbn/core-saved-objects-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreSavedObjectsServerPluginApi",
"section": "def-common.SavedObjectsModelVersion",
"section": "def-server.SavedObjectsModelVersion",
"text": "SavedObjectsModelVersion"
}
],

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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch']
---
import enterpriseSearchObj from './enterprise_search.devdocs.json';

View file

@ -1,7 +1,64 @@
{
"id": "entityManager",
"client": {
"classes": [],
"classes": [
{
"parentPluginId": "entityManager",
"id": "def-public.EntityManagerUnauthorizedError",
"type": "Class",
"tags": [],
"label": "EntityManagerUnauthorizedError",
"description": [],
"signature": [
{
"pluginId": "entityManager",
"scope": "public",
"docId": "kibEntityManagerPluginApi",
"section": "def-public.EntityManagerUnauthorizedError",
"text": "EntityManagerUnauthorizedError"
},
" extends Error"
],
"path": "x-pack/plugins/observability_solution/entity_manager/public/lib/errors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "entityManager",
"id": "def-public.EntityManagerUnauthorizedError.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "x-pack/plugins/observability_solution/entity_manager/public/lib/errors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "entityManager",
"id": "def-public.EntityManagerUnauthorizedError.Unnamed.$1",
"type": "string",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/observability_solution/entity_manager/public/lib/errors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"functions": [],
"interfaces": [
{
@ -152,21 +209,6 @@
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "entityManager",
"id": "def-public.ERROR_USER_NOT_AUTHORIZED",
"type": "string",
"tags": [],
"label": "ERROR_USER_NOT_AUTHORIZED",
"description": [],
"signature": [
"\"user_not_authorized\""
],
"path": "x-pack/plugins/observability_solution/entity_manager/common/errors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": []

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/entityManager
title: "entityManager"
image: https://source.unsplash.com/400x175/?github
description: API docs for the entityManager plugin
date: 2024-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager']
---
import entityManagerObj from './entity_manager.devdocs.json';
@ -21,10 +21,13 @@ Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 14 | 0 | 14 | 1 |
| 16 | 0 | 16 | 1 |
## Client
### Classes
<DocDefinitionList data={entityManagerObj.client.classes}/>
### Interfaces
<DocDefinitionList data={entityManagerObj.client.interfaces}/>

View file

@ -516,9 +516,9 @@
"<D = any, E = any>(httpClient: ",
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"section": "def-public.HttpSetup",
"text": "HttpSetup"
},
", { path, method, body, query, version, asSystemRequest }: ",
@ -553,9 +553,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"section": "def-public.HttpSetup",
"text": "HttpSetup"
}
],
@ -618,9 +618,9 @@
"<D = any, E = Error>(httpClient: ",
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"section": "def-public.HttpSetup",
"text": "HttpSetup"
},
", { path, method, query, body, pollIntervalMs, initialData, deserializer, version, }: ",
@ -655,9 +655,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"section": "def-public.HttpSetup",
"text": "HttpSetup"
}
],
@ -1059,9 +1059,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpFetchQuery",
"section": "def-public.HttpFetchQuery",
"text": "HttpFetchQuery"
},
" | undefined"
@ -1569,9 +1569,9 @@
"({ error, response, handleCustomError, }: EsErrorHandlerParams) => ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.IKibanaResponse",
"section": "def-server.IKibanaResponse",
"text": "IKibanaResponse"
},
"<any>"

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-07-29
date: 2024-08-01
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/esql
title: "esql"
image: https://source.unsplash.com/400x175/?github
description: API docs for the esql plugin
date: 2024-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esql']
---
import esqlObj from './esql.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esqlDataGrid
title: "esqlDataGrid"
image: https://source.unsplash.com/400x175/?github
description: API docs for the esqlDataGrid plugin
date: 2024-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esqlDataGrid']
---
import esqlDataGridObj from './esql_data_grid.devdocs.json';

View file

@ -687,9 +687,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreStart",
"section": "def-public.CoreStart",
"text": "CoreStart"
}
],

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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotationListing']
---
import eventAnnotationListingObj from './event_annotation_listing.devdocs.json';

View file

@ -1810,9 +1810,9 @@
"(request: ",
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
@ -1838,9 +1838,9 @@
"signature": [
{
"pluginId": "@kbn/core-http-server",
"scope": "common",
"scope": "server",
"docId": "kibKbnCoreHttpServerPluginApi",
"section": "def-common.KibanaRequest",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog']
---
import eventLogObj from './event_log.devdocs.json';

View file

@ -1146,9 +1146,9 @@
"[]>) => void; }; updateGlobalNavigation: ({ capabilities, deepLinks, updater$, }: { capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>; deepLinks: ",
{
"pluginId": "@kbn/core-application-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreApplicationBrowserPluginApi",
"section": "def-common.AppDeepLink",
"section": "def-public.AppDeepLink",
"text": "AppDeepLink"
},
"<string>[]; updater$: ",
@ -1156,9 +1156,9 @@
"<",
{
"pluginId": "@kbn/core-application-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreApplicationBrowserPluginApi",
"section": "def-common.AppUpdater",
"section": "def-public.AppUpdater",
"text": "AppUpdater"
},
">; }) => void; }"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView']
---
import exploratoryViewObj from './exploratory_view.devdocs.json';

View file

@ -14,9 +14,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>) => () => ",
@ -43,9 +43,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>"
@ -70,9 +70,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>) => () => ",
@ -101,9 +101,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>"
@ -130,9 +130,9 @@
"<",
{
"pluginId": "@kbn/core-theme-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreThemeBrowserPluginApi",
"section": "def-common.CoreTheme",
"section": "def-public.CoreTheme",
"text": "CoreTheme"
},
">) => () => ",
@ -161,9 +161,9 @@
"<",
{
"pluginId": "@kbn/core-theme-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreThemeBrowserPluginApi",
"section": "def-common.CoreTheme",
"section": "def-public.CoreTheme",
"text": "CoreTheme"
},
">"
@ -190,9 +190,9 @@
"<",
{
"pluginId": "@kbn/core-theme-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreThemeBrowserPluginApi",
"section": "def-common.CoreTheme",
"section": "def-public.CoreTheme",
"text": "CoreTheme"
},
">) => () => ",
@ -223,9 +223,9 @@
"<",
{
"pluginId": "@kbn/core-theme-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreThemeBrowserPluginApi",
"section": "def-common.CoreTheme",
"section": "def-public.CoreTheme",
"text": "CoreTheme"
},
">"

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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
---
import expressionHeatmapObj from './expression_heatmap.devdocs.json';

View file

@ -16,9 +16,9 @@
"<",
{
"pluginId": "@kbn/core-theme-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreThemeBrowserPluginApi",
"section": "def-common.CoreTheme",
"section": "def-public.CoreTheme",
"text": "CoreTheme"
},
">) => () => ",
@ -55,9 +55,9 @@
"<",
{
"pluginId": "@kbn/core-theme-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreThemeBrowserPluginApi",
"section": "def-common.CoreTheme",
"section": "def-public.CoreTheme",
"text": "CoreTheme"
},
">"
@ -82,9 +82,9 @@
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>) => () => ",
@ -119,9 +119,9 @@
"signature": [
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"scope": "public",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>"

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-07-29
date: 2024-08-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
---
import expressionImageObj from './expression_image.devdocs.json';

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