mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[api-docs] 2023-08-26 Daily api_docs build (#164914)
Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/441
This commit is contained in:
parent
d18ef2f979
commit
aa150a8c36
585 changed files with 3825 additions and 3236 deletions
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
|
||||
---
|
||||
import actionsObj from './actions.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
|
||||
---
|
||||
import advancedSettingsObj from './advanced_settings.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
|
||||
---
|
||||
import aiopsObj from './aiops.devdocs.json';
|
||||
|
|
|
@ -108,13 +108,13 @@
|
|||
"deprecated": true,
|
||||
"trackAdoption": false,
|
||||
"references": [
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/public/alerting/register_ml_alerts.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts"
|
||||
}
|
||||
],
|
||||
"children": [
|
||||
|
@ -3105,6 +3105,30 @@
|
|||
"plugin": "ruleRegistry",
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/register_jobs_monitoring_rule_type.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/register_jobs_monitoring_rule_type.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/register_anomaly_detection_alert_type.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/register_anomaly_detection_alert_type.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/notifications/legacy_rules_notification_alert_type.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/route.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/server/lib/rules/slo_burn_rate/executor.ts"
|
||||
|
@ -3113,22 +3137,6 @@
|
|||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/server/lib/rules/threshold/threshold_executor.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/register_jobs_monitoring_rule_type.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/register_jobs_monitoring_rule_type.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/register_anomaly_detection_alert_type.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/register_anomaly_detection_alert_type.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/server/lib/alerting/log_threshold/log_threshold_executor.ts"
|
||||
|
@ -3157,14 +3165,6 @@
|
|||
"plugin": "monitoring",
|
||||
"path": "x-pack/plugins/monitoring/server/alerts/base_rule.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/notifications/legacy_rules_notification_alert_type.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/route.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/server/rule_types/index_threshold/rule_type.ts"
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
|
||||
---
|
||||
import alertingObj from './alerting.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
|
||||
---
|
||||
import apmObj from './apm.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess']
|
||||
---
|
||||
import apmDataAccessObj from './apm_data_access.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/assetManager
|
|||
title: "assetManager"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the assetManager plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'assetManager']
|
||||
---
|
||||
import assetManagerObj from './asset_manager.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
|
||||
---
|
||||
import bannersObj from './banners.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
|
||||
---
|
||||
import bfetchObj from './bfetch.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
|
||||
---
|
||||
import canvasObj from './canvas.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
|
||||
---
|
||||
import casesObj from './cases.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts']
|
||||
---
|
||||
import chartsObj from './charts.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
|
||||
---
|
||||
import cloudObj from './cloud.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudChat
|
|||
title: "cloudChat"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the cloudChat plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudChat']
|
||||
---
|
||||
import cloudChatObj from './cloud_chat.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudChatProvider
|
|||
title: "cloudChatProvider"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the cloudChatProvider plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudChatProvider']
|
||||
---
|
||||
import cloudChatProviderObj from './cloud_chat_provider.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDataMigration']
|
||||
---
|
||||
import cloudDataMigrationObj from './cloud_data_migration.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDefend']
|
||||
---
|
||||
import cloudDefendObj from './cloud_defend.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudExperiments']
|
||||
---
|
||||
import cloudExperimentsObj from './cloud_experiments.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
|
||||
---
|
||||
import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
|
||||
---
|
||||
import consoleObj from './console.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement']
|
||||
---
|
||||
import contentManagementObj from './content_management.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
|
||||
---
|
||||
import controlsObj from './controls.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
|
||||
---
|
||||
import customIntegrationsObj from './custom_integrations.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
|
||||
---
|
||||
import dashboardObj from './dashboard.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
|
||||
---
|
||||
import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json';
|
||||
|
|
|
@ -8807,10 +8807,6 @@
|
|||
"plugin": "home",
|
||||
"path": "src/plugins/home/server/services/sample_data/data_sets/logs_tsdb/saved_objects.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/core-saved-objects-browser-mocks",
|
||||
"path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts"
|
||||
|
@ -8823,22 +8819,6 @@
|
|||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/logs.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/ecommerce.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/flights.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lists",
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts"
|
||||
|
@ -8927,6 +8907,26 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/core-saved-objects-browser-mocks",
|
||||
"path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/logs.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/ecommerce.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/flights.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lists",
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "alerting",
|
||||
"path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts"
|
||||
|
@ -12844,10 +12844,6 @@
|
|||
"plugin": "dashboard",
|
||||
"path": "src/plugins/dashboard/public/services/data/data_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/threshold/expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_row/document_stats.tsx"
|
||||
|
@ -12860,6 +12856,10 @@
|
|||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_expanded_row/choropleth_map.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/threshold/expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "expressionPartitionVis",
|
||||
"path": "src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts"
|
||||
|
@ -13308,6 +13308,10 @@
|
|||
"plugin": "@kbn/visualization-ui-components",
|
||||
"path": "packages/kbn-visualization-ui-components/components/query_input/filter_query_input.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/components/threshold/hooks/use_metrics_explorer_data.ts"
|
||||
|
@ -13368,10 +13372,6 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/public/mock/index_pattern.ts"
|
||||
|
@ -13556,6 +13556,18 @@
|
|||
"plugin": "dataViews",
|
||||
"path": "src/plugins/data_views/common/data_views/data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "logsShared",
|
||||
"path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dataViews",
|
||||
"path": "src/plugins/data_views/server/rest_api_routes/public/update_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dataViews",
|
||||
"path": "src/plugins/data_views/server/rest_api_routes/public/update_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "savedObjectsManagement",
|
||||
"path": "src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx"
|
||||
|
@ -13616,110 +13628,10 @@
|
|||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "dataViews",
|
||||
"path": "src/plugins/data_views/server/rest_api_routes/public/update_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dataViews",
|
||||
"path": "src/plugins/data_views/server/rest_api_routes/public/update_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "triggersActionsUi",
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "logsShared",
|
||||
"path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/utils/observability_data_views/observability_data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts"
|
||||
|
@ -13800,6 +13712,98 @@
|
|||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/source_selection/source_selection.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/utils/observability_data_views/observability_data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/public/pages/logs/settings/validation_errors.ts"
|
||||
|
@ -13892,10 +13896,6 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/public/flyout/preview/components/rule_preview.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "transform",
|
||||
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx"
|
||||
|
@ -21073,6 +21073,10 @@
|
|||
"plugin": "@kbn/visualization-ui-components",
|
||||
"path": "packages/kbn-visualization-ui-components/components/query_input/filter_query_input.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/components/threshold/hooks/use_metrics_explorer_data.ts"
|
||||
|
@ -21133,10 +21137,6 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/public/mock/index_pattern.ts"
|
||||
|
@ -21321,6 +21321,18 @@
|
|||
"plugin": "dataViews",
|
||||
"path": "src/plugins/data_views/common/data_views/data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "logsShared",
|
||||
"path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dataViews",
|
||||
"path": "src/plugins/data_views/server/rest_api_routes/public/update_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dataViews",
|
||||
"path": "src/plugins/data_views/server/rest_api_routes/public/update_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "savedObjectsManagement",
|
||||
"path": "src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx"
|
||||
|
@ -21381,110 +21393,10 @@
|
|||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "dataViews",
|
||||
"path": "src/plugins/data_views/server/rest_api_routes/public/update_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "dataViews",
|
||||
"path": "src/plugins/data_views/server/rest_api_routes/public/update_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "triggersActionsUi",
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "logsShared",
|
||||
"path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/utils/observability_data_views/observability_data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts"
|
||||
|
@ -21565,6 +21477,98 @@
|
|||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/source_selection/source_selection.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/utils/observability_data_views/observability_data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/public/pages/logs/settings/validation_errors.ts"
|
||||
|
@ -21657,10 +21661,6 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/public/flyout/preview/components/rule_preview.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "transform",
|
||||
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx"
|
||||
|
@ -27866,10 +27866,6 @@
|
|||
"plugin": "home",
|
||||
"path": "src/plugins/home/server/services/sample_data/data_sets/logs_tsdb/saved_objects.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/core-saved-objects-browser-mocks",
|
||||
"path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts"
|
||||
|
@ -27882,22 +27878,6 @@
|
|||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/logs.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/ecommerce.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/flights.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lists",
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts"
|
||||
|
@ -27986,6 +27966,26 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/core-saved-objects-browser-mocks",
|
||||
"path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/logs.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/ecommerce.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/flights.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lists",
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "alerting",
|
||||
"path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts"
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data']
|
||||
---
|
||||
import dataObj from './data.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
|
||||
---
|
||||
import dataQueryObj from './data_query.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search']
|
||||
---
|
||||
import dataSearchObj from './data_search.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor']
|
||||
---
|
||||
import dataViewEditorObj from './data_view_editor.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor']
|
||||
---
|
||||
import dataViewFieldEditorObj from './data_view_field_editor.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
|
||||
---
|
||||
import dataViewManagementObj from './data_view_management.devdocs.json';
|
||||
|
|
|
@ -71,6 +71,10 @@
|
|||
"plugin": "@kbn/visualization-ui-components",
|
||||
"path": "packages/kbn-visualization-ui-components/components/query_input/filter_query_input.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/components/threshold/hooks/use_metrics_explorer_data.ts"
|
||||
|
@ -131,10 +135,6 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/public/mock/index_pattern.ts"
|
||||
|
@ -303,6 +303,10 @@
|
|||
"plugin": "@kbn/es-query",
|
||||
"path": "packages/kbn-es-query/src/kuery/functions/utils/get_full_field_name_node.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/common/search/search_source/inspect/inspector_stats.ts"
|
||||
|
@ -311,17 +315,17 @@
|
|||
"plugin": "data",
|
||||
"path": "src/plugins/data/common/search/tabify/response_writer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/public/search/errors/painless_error.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/common/search/aggs/param_types/field.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/public/search/errors/painless_error.tsx"
|
||||
"plugin": "logsShared",
|
||||
"path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "savedObjectsManagement",
|
||||
|
@ -387,98 +391,6 @@
|
|||
"plugin": "triggersActionsUi",
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "logsShared",
|
||||
"path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/utils/observability_data_views/observability_data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts"
|
||||
|
@ -559,6 +471,98 @@
|
|||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/source_selection/source_selection.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/utils/observability_data_views/observability_data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/public/pages/logs/settings/validation_errors.ts"
|
||||
|
@ -651,10 +655,6 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/public/flyout/preview/components/rule_preview.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "transform",
|
||||
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx"
|
||||
|
@ -8035,6 +8035,10 @@
|
|||
"plugin": "@kbn/visualization-ui-components",
|
||||
"path": "packages/kbn-visualization-ui-components/components/query_input/filter_query_input.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/components/threshold/hooks/use_metrics_explorer_data.ts"
|
||||
|
@ -8095,10 +8099,6 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/public/mock/index_pattern.ts"
|
||||
|
@ -8267,6 +8267,10 @@
|
|||
"plugin": "@kbn/es-query",
|
||||
"path": "packages/kbn-es-query/src/kuery/functions/utils/get_full_field_name_node.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/common/search/search_source/inspect/inspector_stats.ts"
|
||||
|
@ -8275,17 +8279,17 @@
|
|||
"plugin": "data",
|
||||
"path": "src/plugins/data/common/search/tabify/response_writer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/public/search/errors/painless_error.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/common/search/aggs/param_types/field.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/public/search/errors/painless_error.tsx"
|
||||
"plugin": "logsShared",
|
||||
"path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "savedObjectsManagement",
|
||||
|
@ -8351,98 +8355,6 @@
|
|||
"plugin": "triggersActionsUi",
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "logsShared",
|
||||
"path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/utils/observability_data_views/observability_data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts"
|
||||
|
@ -8523,6 +8435,98 @@
|
|||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/source_selection/source_selection.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/utils/observability_data_views/observability_data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/public/pages/logs/settings/validation_errors.ts"
|
||||
|
@ -8615,10 +8619,6 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/public/flyout/preview/components/rule_preview.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "transform",
|
||||
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx"
|
||||
|
@ -15109,6 +15109,10 @@
|
|||
"plugin": "@kbn/visualization-ui-components",
|
||||
"path": "packages/kbn-visualization-ui-components/components/query_input/filter_query_input.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "observability",
|
||||
"path": "x-pack/plugins/observability/public/components/threshold/hooks/use_metrics_explorer_data.ts"
|
||||
|
@ -15169,10 +15173,6 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/public/mock/index_pattern.ts"
|
||||
|
@ -15341,6 +15341,10 @@
|
|||
"plugin": "@kbn/es-query",
|
||||
"path": "packages/kbn-es-query/src/kuery/functions/utils/get_full_field_name_node.test.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/common/search/search_source/inspect/inspector_stats.ts"
|
||||
|
@ -15349,17 +15353,17 @@
|
|||
"plugin": "data",
|
||||
"path": "src/plugins/data/common/search/tabify/response_writer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/public/search/errors/painless_error.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/common/search/aggs/param_types/field.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "data",
|
||||
"path": "src/plugins/data/public/search/errors/painless_error.tsx"
|
||||
"plugin": "logsShared",
|
||||
"path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "savedObjectsManagement",
|
||||
|
@ -15425,98 +15429,6 @@
|
|||
"plugin": "triggersActionsUi",
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "logsShared",
|
||||
"path": "x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/utils/observability_data_views/observability_data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts"
|
||||
|
@ -15597,6 +15509,98 @@
|
|||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/source_selection/source_selection.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/lib/alerts/alerting_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "ml",
|
||||
"path": "x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/common/index_patterns_utils.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "visTypeTimeseries",
|
||||
"path": "src/plugins/vis_types/timeseries/server/lib/get_fields.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "apm",
|
||||
"path": "x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/utils/observability_data_views/observability_data_views.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/expressions/entity_index_expression.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/geo_containment/query_builder/index.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "stackAlerts",
|
||||
"path": "x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/public/pages/logs/settings/validation_errors.ts"
|
||||
|
@ -15689,10 +15693,6 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/public/flyout/preview/components/rule_preview.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "timelines",
|
||||
"path": "x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "transform",
|
||||
"path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx"
|
||||
|
@ -24441,10 +24441,6 @@
|
|||
"plugin": "home",
|
||||
"path": "src/plugins/home/server/services/sample_data/data_sets/logs_tsdb/saved_objects.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/core-saved-objects-browser-mocks",
|
||||
"path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts"
|
||||
|
@ -24457,22 +24453,6 @@
|
|||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/logs.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/ecommerce.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/flights.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lists",
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts"
|
||||
|
@ -24561,6 +24541,26 @@
|
|||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/core-saved-objects-browser-mocks",
|
||||
"path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/logs.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/ecommerce.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "graph",
|
||||
"path": "x-pack/plugins/graph/server/sample_data/flights.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "lists",
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "alerting",
|
||||
"path": "x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts"
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViews']
|
||||
---
|
||||
import dataViewsObj from './data_views.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
|
||||
---
|
||||
import dataVisualizerObj from './data_visualizer.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
@ -16,37 +16,36 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
|
||||
| Deprecated API | Referencing plugin(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibAlertingPluginApi" section="def-public.PluginSetupContract.registerNavigation" text="registerNavigation"/> | stackAlerts, ml | - |
|
||||
| <DocLink id="kibAlertingPluginApi" section="def-server.RuleExecutorServices.alertFactory" text="alertFactory"/> | ruleRegistry, observability, ml, infra, monitoring, securitySolution, stackAlerts, synthetics, transform, uptime | - |
|
||||
| <DocLink id="kibAlertingPluginApi" section="def-public.PluginSetupContract.registerNavigation" text="registerNavigation"/> | ml, stackAlerts | - |
|
||||
| <DocLink id="kibAlertingPluginApi" section="def-server.RuleExecutorServices.alertFactory" text="alertFactory"/> | ruleRegistry, ml, securitySolution, observability, infra, monitoring, stackAlerts, synthetics, transform, uptime | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | @kbn/es-query, @kbn/visualization-ui-components, securitySolution, observability, timelines, lists, threatIntelligence, savedSearch, dataViews, logsShared, savedObjectsManagement, unifiedSearch, controls, @kbn/unified-field-list, @kbn/event-annotation-components, lens, triggersActionsUi, dataVisualizer, ml, visTypeTimeseries, apm, exploratoryView, fleet, stackAlerts, infra, canvas, enterpriseSearch, graph, transform, upgradeAssistant, uptime, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, presentationUtil, visTypeTimelion, visTypeVega, data | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | @kbn/es-query, @kbn/visualization-ui-components, securitySolution, observability, timelines, lists, threatIntelligence, savedSearch, dataViews, logsShared, savedObjectsManagement, unifiedSearch, controls, @kbn/unified-field-list, @kbn/event-annotation-components, lens, triggersActionsUi, dataVisualizer, ml, visTypeTimeseries, apm, exploratoryView, fleet, stackAlerts, infra, canvas, enterpriseSearch, graph, transform, upgradeAssistant, uptime, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, presentationUtil, visTypeTimelion, visTypeVega, data | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | @kbn/es-query, @kbn/visualization-ui-components, securitySolution, observability, timelines, lists, threatIntelligence, savedSearch, data, logsShared, savedObjectsManagement, unifiedSearch, controls, @kbn/unified-field-list, @kbn/event-annotation-components, lens, triggersActionsUi, dataVisualizer, ml, visTypeTimeseries, apm, exploratoryView, fleet, stackAlerts, infra, canvas, enterpriseSearch, graph, transform, upgradeAssistant, uptime, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, presentationUtil, visTypeTimelion, visTypeVega | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | home, data, esUiShared, savedObjectsManagement, ml, exploratoryView, fleet, observability, apm, indexLifecycleManagement, observabilityOnboarding, synthetics, upgradeAssistant, uptime, ux, kibanaOverview | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | share, uiActions, guidedOnboarding, home, management, spaces, security, savedObjects, serverless, visualizations, controls, dashboard, savedObjectsTagging, expressionXY, lens, expressionMetricVis, expressionGauge, alerting, triggersActionsUi, cases, licenseManagement, advancedSettings, maps, dataVisualizer, aiops, ml, exploratoryView, fleet, observability, infra, profiling, apm, expressionImage, expressionMetric, expressionError, expressionRevealImage, expressionRepeatImage, expressionShape, indexManagement, crossClusterReplication, enterpriseSearch, globalSearchBar, graph, grokdebugger, indexLifecycleManagement, ingestPipelines, logstash, monitoring, observabilityOnboarding, osquery, devTools, painlessLab, remoteClusters, rollup, searchprofiler, newsfeed, securitySolution, snapshotRestore, synthetics, transform, upgradeAssistant, uptime, ux, watcher, cloudDataMigration, console, filesManagement, kibanaOverview, visDefaultEditor, expressionHeatmap, expressionLegacyMetricVis, expressionPartitionVis, expressionTagcloud, visTypeTable, visTypeTimelion, visTypeTimeseries, visTypeVega, visTypeVislib | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | encryptedSavedObjects, actions, data, ml, securitySolution, logstash, cloudChat | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | actions, ml, savedObjectsTagging, enterpriseSearch | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SimpleSavedObject" text="SimpleSavedObject"/> | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, presentationUtil, visualizations, dataVisualizer, ml, aiops, dashboardEnhanced, graph, lens, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | @kbn/core, ml, savedObjects, embeddable, visualizations, canvas, graph, @kbn/core-saved-objects-common, @kbn/core-saved-objects-server, actions, alerting, securitySolution, savedSearch, enterpriseSearch, taskManager, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-server | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.fetch" text="fetch"/> | stackAlerts, alerting, securitySolution, inputControlVis | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | stackAlerts, infra, graph, inputControlVis, securitySolution, savedObjects | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | dashboard, stackAlerts, dataVisualizer, expressionPartitionVis | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | @kbn/es-query, @kbn/visualization-ui-components, observability, securitySolution, timelines, lists, threatIntelligence, savedSearch, dataViews, savedObjectsManagement, unifiedSearch, controls, @kbn/unified-field-list, @kbn/event-annotation-components, lens, triggersActionsUi, ml, logsShared, visTypeTimeseries, apm, exploratoryView, fleet, stackAlerts, dataVisualizer, infra, canvas, enterpriseSearch, graph, transform, upgradeAssistant, uptime, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, presentationUtil, visTypeTimelion, visTypeVega, data | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | dashboard, dataVisualizer, stackAlerts, expressionPartitionVis | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | stackAlerts, alerting, securitySolution, inputControlVis | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | @kbn/es-query, @kbn/visualization-ui-components, observability, securitySolution, timelines, lists, threatIntelligence, savedSearch, dataViews, savedObjectsManagement, unifiedSearch, controls, @kbn/unified-field-list, @kbn/event-annotation-components, lens, triggersActionsUi, ml, logsShared, visTypeTimeseries, apm, exploratoryView, fleet, stackAlerts, dataVisualizer, infra, canvas, enterpriseSearch, graph, transform, upgradeAssistant, uptime, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, presentationUtil, visTypeTimelion, visTypeVega, data | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | @kbn/es-query, @kbn/visualization-ui-components, observability, securitySolution, timelines, lists, threatIntelligence, savedSearch, data, savedObjectsManagement, unifiedSearch, controls, @kbn/unified-field-list, @kbn/event-annotation-components, lens, triggersActionsUi, ml, logsShared, visTypeTimeseries, apm, exploratoryView, fleet, stackAlerts, dataVisualizer, infra, canvas, enterpriseSearch, graph, transform, upgradeAssistant, uptime, ux, maps, dataViewManagement, inputControlVis, visDefaultEditor, presentationUtil, visTypeTimelion, visTypeVega | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | home, data, esUiShared, savedObjectsManagement, exploratoryView, fleet, observability, ml, apm, indexLifecycleManagement, observabilityOnboarding, synthetics, upgradeAssistant, uptime, ux, kibanaOverview | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | share, uiActions, guidedOnboarding, home, management, spaces, savedObjects, controls, serverless, visualizations, dashboard, savedObjectsTagging, expressionXY, lens, expressionMetricVis, expressionGauge, security, alerting, triggersActionsUi, cases, aiops, exploratoryView, fleet, observability, licenseManagement, advancedSettings, maps, dataVisualizer, ml, infra, profiling, apm, expressionImage, expressionMetric, expressionError, expressionRevealImage, expressionRepeatImage, expressionShape, indexManagement, crossClusterReplication, enterpriseSearch, globalSearchBar, graph, grokdebugger, indexLifecycleManagement, ingestPipelines, logstash, monitoring, observabilityOnboarding, osquery, devTools, painlessLab, remoteClusters, rollup, searchprofiler, newsfeed, securitySolution, serverlessSearch, snapshotRestore, synthetics, transform, upgradeAssistant, uptime, ux, watcher, cloudDataMigration, console, filesManagement, kibanaOverview, visDefaultEditor, expressionHeatmap, expressionLegacyMetricVis, expressionPartitionVis, expressionTagcloud, visTypeTable, visTypeTimelion, visTypeTimeseries, visTypeVega, visTypeVislib | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | encryptedSavedObjects, actions, data, ml, logstash, securitySolution, cloudChat | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | actions, ml, savedObjectsTagging, enterpriseSearch | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SimpleSavedObject" text="SimpleSavedObject"/> | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, presentationUtil, visualizations, aiops, ml, dataVisualizer, dashboardEnhanced, graph, lens, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | @kbn/core, ml, savedObjects, embeddable, visualizations, canvas, graph, @kbn/core-saved-objects-common, @kbn/core-saved-objects-server, actions, alerting, savedSearch, enterpriseSearch, securitySolution, taskManager, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-server | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.toMountPoint" text="toMountPoint"/> | inspector, data, savedObjects, dataViewEditor, unifiedSearch, embeddable, controls, visualizations, dashboard, licensing, savedObjectsTagging, eventAnnotation, dataViewFieldEditor, lens, security, triggersActionsUi, cases, observabilityShared, exploratoryView, fleet, observability, telemetry, advancedSettings, maps, banners, reporting, timelines, cloudSecurityPosture, runtimeFields, indexManagement, dashboardEnhanced, imageEmbeddable, graph, monitoring, securitySolution, synthetics, transform, uptime, cloudLinks, console, dataViewManagement, filesManagement, uiActions, visTypeVislib | - |
|
||||
| <DocLink id="kibTimelinesPluginApi" section="def-common.DeprecatedCellValueElementProps" text="DeprecatedCellValueElementProps"/> | observability, @kbn/securitysolution-data-table, securitySolution | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | monitoring | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.create" text="create"/> | alerting, discover, securitySolution | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.SavedObject.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, home, @kbn/core-saved-objects-browser-mocks, fleet, graph, lists, osquery, securitySolution, alerting | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.SavedObject.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, home, @kbn/core-saved-objects-browser-mocks, fleet, graph, lists, osquery, securitySolution, alerting | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.SavedObject.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, home, fleet, osquery, securitySolution, @kbn/core-saved-objects-browser-mocks, graph, lists, alerting | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.SavedObject.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, home, fleet, osquery, securitySolution, @kbn/core-saved-objects-browser-mocks, graph, lists, alerting | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.create" text="create"/> | alerting, discover, securitySolution | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.EqlSearchStrategyRequest.options" text="options"/> | securitySolution | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.toMountPoint" text="toMountPoint"/> | inspector, data, licensing, security, savedObjects, dataViewEditor, unifiedSearch, embeddable, visualizations, controls, dashboard, savedObjectsTagging, eventAnnotation, dataViewFieldEditor, lens, triggersActionsUi, cases, observabilityShared, telemetry, advancedSettings, maps, exploratoryView, fleet, observability, banners, reporting, timelines, cloudSecurityPosture, runtimeFields, indexManagement, dashboardEnhanced, imageEmbeddable, graph, monitoring, securitySolution, synthetics, transform, uptime, cloudLinks, console, dataViewManagement, filesManagement, uiActions, visTypeVislib | - |
|
||||
| <DocLink id="kibTimelinesPluginApi" section="def-common.DeprecatedCellValueElementProps" text="DeprecatedCellValueElementProps"/> | observability, @kbn/securitysolution-data-table, securitySolution | - |
|
||||
| <DocLink id="kibTimelinesPluginApi" section="def-common.DeprecatedRowRenderer" text="DeprecatedRowRenderer"/> | @kbn/securitysolution-data-table, securitySolution | - |
|
||||
| <DocLink id="kibTimelinesPluginApi" section="def-common.BeatFields" text="BeatFields"/> | securitySolution | - |
|
||||
| <DocLink id="kibTimelinesPluginApi" section="def-common.BrowserField" text="BrowserField"/> | @kbn/securitysolution-data-table, securitySolution | - |
|
||||
| <DocLink id="kibTimelinesPluginApi" section="def-common.BrowserFields" text="BrowserFields"/> | @kbn/securitysolution-data-table, securitySolution | - |
|
||||
| <DocLink id="kibTimelinesPluginApi" section="def-common.BrowserField" text="BrowserField"/> | securitySolution, @kbn/securitysolution-data-table | - |
|
||||
| <DocLink id="kibTimelinesPluginApi" section="def-common.BrowserFields" text="BrowserFields"/> | securitySolution, @kbn/securitysolution-data-table | - |
|
||||
| <DocLink id="kibTimelinesPluginApi" section="def-common.IndexFieldsStrategyRequest" text="IndexFieldsStrategyRequest"/> | securitySolution | - |
|
||||
| <DocLink id="kibTimelinesPluginApi" section="def-common.IndexFieldsStrategyResponse" text="IndexFieldsStrategyResponse"/> | securitySolution | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObject" text="SavedObject"/> | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjectsTaggingOss, savedObjectsTagging, lists, securitySolution, upgradeAssistant, savedObjectsManagement, @kbn/core-saved-objects-api-server, @kbn/core-saved-objects-import-export-server-internal, home, canvas, savedObjects, @kbn/core-saved-objects-browser-mocks, @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, savedObjectsTagging, visualizations, savedSearch, canvas, graph, lists, maps, securitySolution, dashboard, @kbn/core-test-helpers-so-type-serializer | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObject" text="SavedObject"/> | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjectsTaggingOss, savedObjectsTagging, securitySolution, lists, upgradeAssistant, savedObjectsManagement, @kbn/core-saved-objects-api-server, @kbn/core-saved-objects-import-export-server-internal, home, canvas, savedObjects, @kbn/core-saved-objects-browser-mocks, @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, lists, savedObjectsTagging, securitySolution, cases, visualizations, savedSearch, canvas, graph, maps, dashboard, @kbn/core-test-helpers-so-type-serializer | - |
|
||||
| <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 | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_TRUSTED_APPS_LIST_NAME" text="ENDPOINT_TRUSTED_APPS_LIST_NAME"/> | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION" text="ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION"/> | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - |
|
||||
|
@ -59,7 +58,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_BLOCKLISTS_LIST_ID" text="ENDPOINT_BLOCKLISTS_LIST_ID"/> | securitySolution | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_BLOCKLISTS_LIST_NAME" text="ENDPOINT_BLOCKLISTS_LIST_NAME"/> | securitySolution | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION" text="ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION"/> | securitySolution | - |
|
||||
| <DocLink id="kibDiscoverPluginApi" section="def-common.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | exploratoryView, fleet, dataVisualizer, cloudSecurityPosture, discoverEnhanced, osquery, synthetics | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | monitoring | - |
|
||||
| <DocLink id="kibDiscoverPluginApi" section="def-common.DiscoverAppLocatorParams.indexPatternId" text="indexPatternId"/> | dataVisualizer, exploratoryView, fleet, cloudSecurityPosture, discoverEnhanced, osquery, synthetics | - |
|
||||
| <DocLink id="kibKbnCoreLifecycleBrowserPluginApi" section="def-common.CoreStart.savedObjects" text="savedObjects"/> | @kbn/core-plugins-browser-internal, @kbn/core-root-browser-internal, home, savedObjects, unifiedSearch, presentationUtil, visualizations, fileUpload, dashboardEnhanced, transform, discover, dataVisualizer | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsBrowserPluginApi" section="def-common.SavedObjectsStart" text="SavedObjectsStart"/> | @kbn/core, @kbn/core-lifecycle-browser, @kbn/core-saved-objects-browser-internal, visualizations, exploratoryView, transform, @kbn/core-saved-objects-browser-mocks | - |
|
||||
| <DocLink id="kibTaskManagerPluginApi" section="def-server.TaskManagerSetupContract.index" text="index"/> | actions, alerting | - |
|
||||
|
@ -71,11 +71,11 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| <DocLink id="kibKbnCoreSavedObjectsApiServerPluginApi" section="def-common.SavedObjectsBulkCreateObject.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-api-server-internal | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsApiServerPluginApi" section="def-common.SavedObjectsCreateOptions.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-api-server-internal, canvas, @kbn/core-saved-objects-browser-internal | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-common.SavedObjectsServiceSetup.getAllIndices" text="getAllIndices"/> | @kbn/core-saved-objects-server-internal, @kbn/core-plugins-server-internal, savedObjectsTagging, @kbn/core-saved-objects-server-mocks | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectReference" text="SavedObjectReference"/> | @kbn/core, kibanaUtils, expressions, data, savedObjectsTaggingOss, embeddable, controls, visualizations, savedObjectsTagging, uiActionsEnhanced, lens, maps, canvas, dashboardEnhanced, globalSearchProviders, @kbn/core-saved-objects-api-browser, savedObjects, savedObjectsManagement, eventAnnotation, graph, dashboard | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectReference" text="SavedObjectReference"/> | @kbn/core, kibanaUtils, expressions, data, savedObjectsTaggingOss, embeddable, visualizations, controls, savedObjectsTagging, uiActionsEnhanced, lens, maps, canvas, dashboardEnhanced, globalSearchProviders, @kbn/core-saved-objects-api-browser, savedObjects, savedObjectsManagement, eventAnnotation, graph, dashboard | - |
|
||||
| <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, savedObjects, @kbn/core-saved-objects-browser-mocks | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.bulkCreate" text="bulkCreate"/> | home, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.delete" text="delete"/> | @kbn/core-saved-objects-browser-internal, savedObjects, @kbn/core-saved-objects-browser-mocks, visualizations | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.delete" text="delete"/> | @kbn/core-saved-objects-browser-internal, savedObjects, visualizations, @kbn/core-saved-objects-browser-mocks | - |
|
||||
| <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"/> | savedObjects, presentationUtil, @kbn/core-saved-objects-browser-mocks, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SavedObjectsClientContract.get" text="get"/> | savedObjects, @kbn/core-saved-objects-browser-mocks, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - |
|
||||
|
@ -141,8 +141,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| <DocLink id="kibKbnCoreSavedObjectsBrowserMocksPluginApi" section="def-common.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="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | security, aiops, licenseManagement, ml, profiling, apm, crossClusterReplication, logstash, painlessLab, searchprofiler, watcher | 8.8.0 |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | spaces, security, actions, alerting, ml, remoteClusters, graph, indexLifecycleManagement, mapsEms, osquery, painlessLab, rollup, searchprofiler, securitySolution, snapshotRestore, transform, upgradeAssistant | 8.8.0 |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | security, licenseManagement, aiops, ml, profiling, apm, crossClusterReplication, logstash, painlessLab, searchprofiler, watcher | 8.8.0 |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | spaces, security, actions, alerting, ml, osquery, securitySolution, remoteClusters, graph, indexLifecycleManagement, mapsEms, painlessLab, rollup, searchprofiler, snapshotRestore, transform, upgradeAssistant | 8.8.0 |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | apm, fleet, security, securitySolution | 8.8.0 |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | apm, fleet, security, securitySolution | 8.8.0 |
|
||||
| <DocLink id="kibFeaturesPluginApi" section="def-server.PluginSetupContract.getKibanaFeatures" text="getKibanaFeatures"/> | spaces, security, alerting | 8.8.0 |
|
||||
|
|
|
@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByPlugin
|
|||
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin
|
||||
title: Deprecated API usage by plugin
|
||||
description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
@ -572,9 +572,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | [inspector_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/inspect/inspector_stats.ts#:~:text=title), [response_writer.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/tabify/response_writer.ts#:~:text=title), [field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/param_types/field.ts#:~:text=title), [get_display_value.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/query/filter_manager/lib/get_display_value.ts#:~:text=title), [painless_error.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/errors/painless_error.tsx#:~:text=title), [agg_config.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/agg_config.test.ts#:~:text=title), [_terms_other_bucket_helper.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [rare_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts#:~:text=title)+ 3 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-common.DataView.title" text="title"/> | [inspector_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/inspect/inspector_stats.ts#:~:text=title), [response_writer.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/tabify/response_writer.ts#:~:text=title), [field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/param_types/field.ts#:~:text=title), [get_display_value.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/query/filter_manager/lib/get_display_value.ts#:~:text=title), [painless_error.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/errors/painless_error.tsx#:~:text=title), [agg_config.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/agg_config.test.ts#:~:text=title), [_terms_other_bucket_helper.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [rare_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts#:~:text=title)+ 3 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-server.DataView.title" text="title"/> | [inspector_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/inspect/inspector_stats.ts#:~:text=title), [response_writer.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/tabify/response_writer.ts#:~:text=title), [field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/param_types/field.ts#:~:text=title), [get_display_value.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/query/filter_manager/lib/get_display_value.ts#:~:text=title), [painless_error.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/errors/painless_error.tsx#:~:text=title), [agg_config.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/agg_config.test.ts#:~:text=title), [_terms_other_bucket_helper.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [rare_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts#:~:text=title)+ 3 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | [get_display_value.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/query/filter_manager/lib/get_display_value.ts#:~:text=title), [inspector_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/inspect/inspector_stats.ts#:~:text=title), [response_writer.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/tabify/response_writer.ts#:~:text=title), [painless_error.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/errors/painless_error.tsx#:~:text=title), [field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/param_types/field.ts#:~:text=title), [agg_config.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/agg_config.test.ts#:~:text=title), [_terms_other_bucket_helper.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [rare_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts#:~:text=title)+ 3 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-common.DataView.title" text="title"/> | [get_display_value.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/query/filter_manager/lib/get_display_value.ts#:~:text=title), [inspector_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/inspect/inspector_stats.ts#:~:text=title), [response_writer.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/tabify/response_writer.ts#:~:text=title), [painless_error.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/errors/painless_error.tsx#:~:text=title), [field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/param_types/field.ts#:~:text=title), [agg_config.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/agg_config.test.ts#:~:text=title), [_terms_other_bucket_helper.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [rare_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts#:~:text=title)+ 3 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-server.DataView.title" text="title"/> | [get_display_value.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/query/filter_manager/lib/get_display_value.ts#:~:text=title), [inspector_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/inspect/inspector_stats.ts#:~:text=title), [response_writer.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/tabify/response_writer.ts#:~:text=title), [painless_error.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/errors/painless_error.tsx#:~:text=title), [field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/param_types/field.ts#:~:text=title), [agg_config.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/agg_config.test.ts#:~:text=title), [_terms_other_bucket_helper.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [rare_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts#:~:text=title)+ 3 more | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.toMountPoint" text="toMountPoint"/> | [search_interceptor.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/search_interceptor/search_interceptor.ts#:~:text=toMountPoint), [search_interceptor.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/search_interceptor/search_interceptor.ts#:~:text=toMountPoint), [search_interceptor.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/search_interceptor/search_interceptor.ts#:~:text=toMountPoint), [search_interceptor.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/search_interceptor/search_interceptor.ts#:~:text=toMountPoint), [shard_failure_open_modal_button.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/shard_failure_modal/shard_failure_open_modal_button.tsx#:~:text=toMountPoint), [shard_failure_open_modal_button.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/shard_failure_modal/shard_failure_open_modal_button.tsx#:~:text=toMountPoint), [handle_warnings.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/fetch/handle_warnings.tsx#:~:text=toMountPoint), [handle_warnings.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/fetch/handle_warnings.tsx#:~:text=toMountPoint), [delete_button.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/sessions_mgmt/components/actions/delete_button.tsx#:~:text=toMountPoint), [delete_button.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/sessions_mgmt/components/actions/delete_button.tsx#:~:text=toMountPoint)+ 8 more | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [get_columns.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/sessions_mgmt/lib/get_columns.tsx#:~:text=RedirectAppLinks), [get_columns.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/sessions_mgmt/lib/get_columns.tsx#:~:text=RedirectAppLinks), [get_columns.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/sessions_mgmt/lib/get_columns.tsx#:~:text=RedirectAppLinks), [connected_search_session_indicator.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/session_indicator/connected_search_session_indicator/connected_search_session_indicator.tsx#:~:text=RedirectAppLinks), [connected_search_session_indicator.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/session_indicator/connected_search_session_indicator/connected_search_session_indicator.tsx#:~:text=RedirectAppLinks), [connected_search_session_indicator.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/search/session/session_indicator/connected_search_session_indicator/connected_search_session_indicator.tsx#:~:text=RedirectAppLinks) | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [session_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/search/session/session_service.ts#:~:text=authc) | - |
|
||||
|
@ -1189,9 +1189,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibAlertingPluginApi" section="def-public.PluginSetupContract.registerNavigation" text="registerNavigation"/> | [register_ml_alerts.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/alerting/register_ml_alerts.ts#:~:text=registerNavigation) | - |
|
||||
| <DocLink id="kibAlertingPluginApi" section="def-server.RuleExecutorServices.alertFactory" text="alertFactory"/> | [register_jobs_monitoring_rule_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/lib/alerts/register_jobs_monitoring_rule_type.ts#:~:text=alertFactory), [register_jobs_monitoring_rule_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/lib/alerts/register_jobs_monitoring_rule_type.ts#:~:text=alertFactory), [register_anomaly_detection_alert_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/lib/alerts/register_anomaly_detection_alert_type.ts#:~:text=alertFactory), [register_anomaly_detection_alert_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/lib/alerts/register_anomaly_detection_alert_type.ts#:~:text=alertFactory) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | [index_patterns.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts#:~:text=title), [rollup.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts#:~:text=title), [alerting_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/lib/alerts/alerting_service.ts#:~:text=title), [data_recognizer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title)+ 38 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | [index_patterns.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts#:~:text=title), [rollup.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts#:~:text=title), [alerting_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/lib/alerts/alerting_service.ts#:~:text=title), [data_recognizer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title)+ 38 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | [index_patterns.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/data_frame_analytics/index_patterns.ts#:~:text=title), [rollup.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts#:~:text=title), [alerting_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/lib/alerts/alerting_service.ts#:~:text=title), [data_recognizer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/models/data_recognizer/data_recognizer.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title)+ 14 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/page.tsx#:~:text=title)+ 38 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/page.tsx#:~:text=title)+ 38 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/page.tsx#:~:text=title)+ 14 more | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=RedirectAppLinks), [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=RedirectAppLinks), [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=RedirectAppLinks) | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | [anomaly_charts_embeddable.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/embeddables/anomaly_charts/anomaly_charts_embeddable.tsx#:~:text=KibanaThemeProvider), [anomaly_charts_embeddable.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/embeddables/anomaly_charts/anomaly_charts_embeddable.tsx#:~:text=KibanaThemeProvider), [anomaly_charts_embeddable.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/embeddables/anomaly_charts/anomaly_charts_embeddable.tsx#:~:text=KibanaThemeProvider), [anomaly_swimlane_embeddable.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/embeddables/anomaly_swimlane/anomaly_swimlane_embeddable.tsx#:~:text=KibanaThemeProvider), [anomaly_swimlane_embeddable.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/embeddables/anomaly_swimlane/anomaly_swimlane_embeddable.tsx#:~:text=KibanaThemeProvider), [anomaly_swimlane_embeddable.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/embeddables/anomaly_swimlane/anomaly_swimlane_embeddable.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/app.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/app.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/app.tsx#:~:text=KibanaThemeProvider), [jobs_list_page.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx#:~:text=KibanaThemeProvider)+ 2 more | - |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24) | 8.8.0 |
|
||||
|
@ -1470,12 +1470,12 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
|
|||
| <DocLink id="kibDataPluginApi" section="def-public.SavedObject.migrationVersion" text="migrationVersion"/> | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion)+ 12 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [dependencies_start_mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/mock/endpoint/dependencies_start_mock.ts#:~:text=indexPatterns) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.SavedObject.migrationVersion" text="migrationVersion"/> | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion)+ 78 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [use_rule_from_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx#:~:text=title), [get_es_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/exceptions/get_es_query_filter.ts#:~:text=title), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.ts#:~:text=title), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/components/detection_page_filters/index.tsx#:~:text=title), [risk_score_preview_section.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx#:~:text=title), [get_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts#:~:text=title)+ 28 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.title" text="title"/> | [get_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [use_rule_from_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx#:~:text=title), [get_es_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/exceptions/get_es_query_filter.ts#:~:text=title), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.ts#:~:text=title), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/components/detection_page_filters/index.tsx#:~:text=title), [risk_score_preview_section.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx#:~:text=title)+ 28 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.create" text="create"/> | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.ts#:~:text=create) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.EqlSearchStrategyRequest.options" text="options"/> | [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/eql/api.ts#:~:text=options) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [use_rule_from_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx#:~:text=title), [get_es_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/exceptions/get_es_query_filter.ts#:~:text=title), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.ts#:~:text=title), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/components/detection_page_filters/index.tsx#:~:text=title), [risk_score_preview_section.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx#:~:text=title), [get_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts#:~:text=title)+ 28 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [use_rule_from_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx#:~:text=title), [get_es_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/exceptions/get_es_query_filter.ts#:~:text=title), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.ts#:~:text=title), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/components/detection_page_filters/index.tsx#:~:text=title), [risk_score_preview_section.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx#:~:text=title), [get_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts#:~:text=title)+ 9 more | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.title" text="title"/> | [get_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [use_rule_from_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx#:~:text=title), [get_es_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/exceptions/get_es_query_filter.ts#:~:text=title), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.ts#:~:text=title), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/components/detection_page_filters/index.tsx#:~:text=title), [risk_score_preview_section.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx#:~:text=title)+ 28 more | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.title" text="title"/> | [get_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_query_filter.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=title), [use_rule_from_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_from_timeline.tsx#:~:text=title), [get_es_query_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/containers/detection_engine/exceptions/get_es_query_filter.ts#:~:text=title), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.ts#:~:text=title), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx#:~:text=title), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detections/components/detection_page_filters/index.tsx#:~:text=title), [risk_score_preview_section.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/entity_analytics/components/risk_score_preview_section.tsx#:~:text=title)+ 9 more | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.toMountPoint" text="toMountPoint"/> | [use_update_data_view.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/sourcerer/use_update_data_view.tsx#:~:text=toMountPoint), [use_update_data_view.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/sourcerer/use_update_data_view.tsx#:~:text=toMountPoint), [use_update_data_view.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/sourcerer/use_update_data_view.tsx#:~:text=toMountPoint), [ingest_pipelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/ingest_pipelines.ts#:~:text=toMountPoint), [ingest_pipelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/ingest_pipelines.ts#:~:text=toMountPoint), [ingest_pipelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/ingest_pipelines.ts#:~:text=toMountPoint), [stored_scripts.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/stored_scripts.ts#:~:text=toMountPoint), [stored_scripts.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/stored_scripts.ts#:~:text=toMountPoint), [stored_scripts.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/stored_scripts.ts#:~:text=toMountPoint), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/saved_objects.ts#:~:text=toMountPoint)+ 5 more | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/app/app.tsx#:~:text=KibanaThemeProvider) | - |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 |
|
||||
|
@ -1493,16 +1493,16 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
|
|||
| <DocLink id="kibKbnCoreSavedObjectsApiServerPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObject" text="SavedObject"/> | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=SavedObject), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=SavedObject), [user_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts#:~:text=SavedObject), [user_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts#:~:text=SavedObject) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-common.SavedObjectsType.convertToMultiNamespaceTypeVersion" text="convertToMultiNamespaceTypeVersion"/> | [timelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/timelines.ts#:~:text=convertToMultiNamespaceTypeVersion), [notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/notes.ts#:~:text=convertToMultiNamespaceTypeVersion), [pinned_events.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/pinned_events.ts#:~:text=convertToMultiNamespaceTypeVersion), [legacy_saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_saved_object_mappings.ts#:~:text=convertToMultiNamespaceTypeVersion) | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_TRUSTED_APPS_LIST_ID" text="ENDPOINT_TRUSTED_APPS_LIST_ID"/> | [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [api_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/service/api_client.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [api_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/service/api_client.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [api_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/service/api_client.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID)+ 36 more | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_TRUSTED_APPS_LIST_ID" text="ENDPOINT_TRUSTED_APPS_LIST_ID"/> | [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [trusted_app_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/trusted_app_validator.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [trusted_app_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/trusted_app_validator.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [receiver.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/telemetry/receiver.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [receiver.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/telemetry/receiver.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID)+ 36 more | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_TRUSTED_APPS_LIST_NAME" text="ENDPOINT_TRUSTED_APPS_LIST_NAME"/> | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/index.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/index.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME) | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION" text="ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION"/> | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/index.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/index.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION) | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_EVENT_FILTERS_LIST_ID" text="ENDPOINT_EVENT_FILTERS_LIST_ID"/> | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/view/components/form.tsx#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/view/components/form.tsx#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/view/utils.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/view/utils.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [service_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/service/service_actions.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [service_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/service/service_actions.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [service_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/service/service_actions.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID)+ 34 more | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_EVENT_FILTERS_LIST_NAME" text="ENDPOINT_EVENT_FILTERS_LIST_NAME"/> | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME) | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION" text="ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION"/> | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION) | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID" text="ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID"/> | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exceptions_api_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/host_isolation_exceptions_api_client.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exceptions_api_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/host_isolation_exceptions_api_client.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exceptions_api_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/host_isolation_exceptions_api_client.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID)+ 18 more | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_EVENT_FILTERS_LIST_ID" text="ENDPOINT_EVENT_FILTERS_LIST_ID"/> | [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [event_filter_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/event_filter_validator.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [event_filter_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/event_filter_validator.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/telemetry/tasks/security_lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID)+ 34 more | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_EVENT_FILTERS_LIST_NAME" text="ENDPOINT_EVENT_FILTERS_LIST_NAME"/> | [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME) | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION" text="ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION"/> | [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION) | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID" text="ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID"/> | [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exceptions_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/host_isolation_exceptions_validator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exceptions_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/host_isolation_exceptions_validator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID)+ 18 more | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME" text="ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME"/> | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/host_isolation_exceptions/index.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/host_isolation_exceptions/index.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME) | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION" text="ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION"/> | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/host_isolation_exceptions/index.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/host_isolation_exceptions/index.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION) | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_BLOCKLISTS_LIST_ID" text="ENDPOINT_BLOCKLISTS_LIST_ID"/> | [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [blocklists_api_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/services/blocklists_api_client.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [blocklists_api_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/services/blocklists_api_client.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [blocklists_api_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/services/blocklists_api_client.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID)+ 16 more | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_BLOCKLISTS_LIST_ID" text="ENDPOINT_BLOCKLISTS_LIST_ID"/> | [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [manifest_manager.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [blocklist_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/blocklist_validator.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [blocklist_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/blocklist_validator.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID)+ 16 more | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_BLOCKLISTS_LIST_NAME" text="ENDPOINT_BLOCKLISTS_LIST_NAME"/> | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_NAME) | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION" text="ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION"/> | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION) | - |
|
||||
|
||||
|
@ -1516,14 +1516,6 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
|
|||
|
||||
|
||||
|
||||
## serverlessSearch
|
||||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | [indexing_api.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/serverless_search/public/application/indexing_api.tsx#:~:text=KibanaThemeProvider), [indexing_api.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/serverless_search/public/application/indexing_api.tsx#:~:text=KibanaThemeProvider), [indexing_api.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/serverless_search/public/application/indexing_api.tsx#:~:text=KibanaThemeProvider) | - |
|
||||
|
||||
|
||||
|
||||
## share
|
||||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools']
|
||||
---
|
||||
import devToolsObj from './dev_tools.devdocs.json';
|
||||
|
|
|
@ -1293,14 +1293,6 @@
|
|||
"deprecated": true,
|
||||
"trackAdoption": false,
|
||||
"references": [
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/hooks/use_discover_link.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/multi_page_layout/hooks/use_get_logs_discover_link.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx"
|
||||
|
@ -1309,6 +1301,14 @@
|
|||
"plugin": "dataVisualizer",
|
||||
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/actions_panel/actions_panel.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "exploratoryView",
|
||||
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/hooks/use_discover_link.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/multi_page_layout/hooks/use_get_logs_discover_link.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "cloudSecurityPosture",
|
||||
"path": "x-pack/plugins/cloud_security_posture/public/pages/configurations/findings_flyout/overview_tab.tsx"
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover']
|
||||
---
|
||||
import discoverObj from './discover.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced']
|
||||
---
|
||||
import discoverEnhancedObj from './discover_enhanced.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard']
|
||||
---
|
||||
import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable']
|
||||
---
|
||||
import embeddableObj from './embeddable.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced']
|
||||
---
|
||||
import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects']
|
||||
---
|
||||
import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch']
|
||||
---
|
||||
import enterpriseSearchObj from './enterprise_search.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared']
|
||||
---
|
||||
import esUiSharedObj from './es_ui_shared.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation']
|
||||
---
|
||||
import eventAnnotationObj from './event_annotation.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog']
|
||||
---
|
||||
import eventLogObj from './event_log.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView']
|
||||
---
|
||||
import exploratoryViewObj from './exploratory_view.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError']
|
||||
---
|
||||
import expressionErrorObj from './expression_error.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge']
|
||||
---
|
||||
import expressionGaugeObj from './expression_gauge.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
|
||||
---
|
||||
import expressionHeatmapObj from './expression_heatmap.devdocs.json';
|
||||
|
|
|
@ -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: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
|
||||
---
|
||||
import expressionImageObj from './expression_image.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionLegacyMetricVis
|
|||
title: "expressionLegacyMetricVis"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionLegacyMetricVis plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis']
|
||||
---
|
||||
import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetric
|
|||
title: "expressionMetric"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionMetric plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric']
|
||||
---
|
||||
import expressionMetricObj from './expression_metric.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetricVis
|
|||
title: "expressionMetricVis"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionMetricVis plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis']
|
||||
---
|
||||
import expressionMetricVisObj from './expression_metric_vis.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionPartitionVis
|
|||
title: "expressionPartitionVis"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionPartitionVis plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
|
||||
---
|
||||
import expressionPartitionVisObj from './expression_partition_vis.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRepeatImage
|
|||
title: "expressionRepeatImage"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionRepeatImage plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage']
|
||||
---
|
||||
import expressionRepeatImageObj from './expression_repeat_image.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRevealImage
|
|||
title: "expressionRevealImage"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionRevealImage plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage']
|
||||
---
|
||||
import expressionRevealImageObj from './expression_reveal_image.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionShape
|
|||
title: "expressionShape"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionShape plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape']
|
||||
---
|
||||
import expressionShapeObj from './expression_shape.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionTagcloud
|
|||
title: "expressionTagcloud"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionTagcloud plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud']
|
||||
---
|
||||
import expressionTagcloudObj from './expression_tagcloud.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionXY
|
|||
title: "expressionXY"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionXY plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY']
|
||||
---
|
||||
import expressionXYObj from './expression_x_y.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressions
|
|||
title: "expressions"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressions plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions']
|
||||
---
|
||||
import expressionsObj from './expressions.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/features
|
|||
title: "features"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the features plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features']
|
||||
---
|
||||
import featuresObj from './features.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldFormats
|
|||
title: "fieldFormats"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the fieldFormats plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats']
|
||||
---
|
||||
import fieldFormatsObj from './field_formats.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fileUpload
|
|||
title: "fileUpload"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the fileUpload plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload']
|
||||
---
|
||||
import fileUploadObj from './file_upload.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/files
|
|||
title: "files"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the files plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files']
|
||||
---
|
||||
import filesObj from './files.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/filesManagement
|
|||
title: "filesManagement"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the filesManagement plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'filesManagement']
|
||||
---
|
||||
import filesManagementObj from './files_management.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fleet
|
|||
title: "fleet"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the fleet plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet']
|
||||
---
|
||||
import fleetObj from './fleet.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/globalSearch
|
|||
title: "globalSearch"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the globalSearch plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch']
|
||||
---
|
||||
import globalSearchObj from './global_search.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/guidedOnboarding
|
|||
title: "guidedOnboarding"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the guidedOnboarding plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding']
|
||||
---
|
||||
import guidedOnboardingObj from './guided_onboarding.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/home
|
|||
title: "home"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the home plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home']
|
||||
---
|
||||
import homeObj from './home.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/imageEmbeddable
|
|||
title: "imageEmbeddable"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the imageEmbeddable plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'imageEmbeddable']
|
||||
---
|
||||
import imageEmbeddableObj from './image_embeddable.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexLifecycleManagement
|
|||
title: "indexLifecycleManagement"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the indexLifecycleManagement plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement']
|
||||
---
|
||||
import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexManagement
|
|||
title: "indexManagement"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the indexManagement plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement']
|
||||
---
|
||||
import indexManagementObj from './index_management.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/infra
|
|||
title: "infra"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the infra plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra']
|
||||
---
|
||||
import infraObj from './infra.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inspector
|
|||
title: "inspector"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the inspector plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector']
|
||||
---
|
||||
import inspectorObj from './inspector.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/interactiveSetup
|
|||
title: "interactiveSetup"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the interactiveSetup plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup']
|
||||
---
|
||||
import interactiveSetupObj from './interactive_setup.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ace
|
|||
title: "@kbn/ace"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/ace plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ace']
|
||||
---
|
||||
import kbnAceObj from './kbn_ace.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-components
|
|||
title: "@kbn/aiops-components"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/aiops-components plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-components']
|
||||
---
|
||||
import kbnAiopsComponentsObj from './kbn_aiops_components.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-utils
|
|||
title: "@kbn/aiops-utils"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/aiops-utils plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-utils']
|
||||
---
|
||||
import kbnAiopsUtilsObj from './kbn_aiops_utils.devdocs.json';
|
||||
|
|
430
api_docs/kbn_alerting_api_integration_helpers.devdocs.json
Normal file
430
api_docs/kbn_alerting_api_integration_helpers.devdocs.json
Normal file
|
@ -0,0 +1,430 @@
|
|||
{
|
||||
"id": "@kbn/alerting-api-integration-helpers",
|
||||
"client": {
|
||||
"classes": [],
|
||||
"functions": [],
|
||||
"interfaces": [],
|
||||
"enums": [],
|
||||
"misc": [],
|
||||
"objects": []
|
||||
},
|
||||
"server": {
|
||||
"classes": [],
|
||||
"functions": [],
|
||||
"interfaces": [],
|
||||
"enums": [],
|
||||
"misc": [],
|
||||
"objects": []
|
||||
},
|
||||
"common": {
|
||||
"classes": [
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool",
|
||||
"type": "Class",
|
||||
"tags": [],
|
||||
"label": "ESTestIndexTool",
|
||||
"description": [],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.Unnamed",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "Constructor",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.Unnamed.$1",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "es",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"default"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.Unnamed.$2",
|
||||
"type": "Any",
|
||||
"tags": [],
|
||||
"label": "retry",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.Unnamed.$3",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "index",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
}
|
||||
],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.setup",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "setup",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => Promise<",
|
||||
"TransportResult",
|
||||
"<",
|
||||
"IndicesCreateResponse",
|
||||
", unknown>>"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.destroy",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "destroy",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => Promise<",
|
||||
"TransportResult",
|
||||
"<",
|
||||
"IndicesResponseBase",
|
||||
", unknown> | undefined>"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.search",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "search",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(source: string, reference?: string | undefined) => Promise<",
|
||||
"TransportResult",
|
||||
"<",
|
||||
"SearchResponse",
|
||||
"<unknown, Record<string, ",
|
||||
"AggregationsAggregate",
|
||||
">>, unknown>>"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.search.$1",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "source",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.search.$2",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "reference",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": false
|
||||
}
|
||||
],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.getAll",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getAll",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(size?: number) => Promise<",
|
||||
"TransportResult",
|
||||
"<",
|
||||
"SearchResponse",
|
||||
"<unknown, Record<string, ",
|
||||
"AggregationsAggregate",
|
||||
">>, unknown>>"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.getAll.$1",
|
||||
"type": "number",
|
||||
"tags": [],
|
||||
"label": "size",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"number"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
}
|
||||
],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.removeAll",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "removeAll",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => Promise<",
|
||||
"DeleteByQueryResponse",
|
||||
">"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.waitForDocs",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "waitForDocs",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(source: string, reference: string, numDocs?: number) => Promise<any>"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.waitForDocs.$1",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "source",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.waitForDocs.$2",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "reference",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ESTestIndexTool.waitForDocs.$3",
|
||||
"type": "number",
|
||||
"tags": [],
|
||||
"label": "numDocs",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"number"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
}
|
||||
],
|
||||
"returnComment": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.getHttpProxyServer",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getHttpProxyServer",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(targetUrl: string, kbnTestServerConfig: any, onProxyResHandler: (proxyRes?: unknown, req?: unknown, res?: unknown) => void) => Promise<",
|
||||
"node_modules/@types/http-proxy/index",
|
||||
">"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/get_proxy_server.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.getHttpProxyServer.$1",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "targetUrl",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/get_proxy_server.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.getHttpProxyServer.$2",
|
||||
"type": "Any",
|
||||
"tags": [],
|
||||
"label": "kbnTestServerConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/get_proxy_server.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.getHttpProxyServer.$3",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "onProxyResHandler",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(proxyRes?: unknown, req?: unknown, res?: unknown) => void"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/get_proxy_server.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
}
|
||||
],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.getProxyPort",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getProxyPort",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(kbnTestServerConfig: any) => number"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/get_proxy_server.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.getProxyPort.$1",
|
||||
"type": "Any",
|
||||
"tags": [],
|
||||
"label": "kbnTestServerConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/get_proxy_server.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
}
|
||||
],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"interfaces": [],
|
||||
"enums": [],
|
||||
"misc": [
|
||||
{
|
||||
"parentPluginId": "@kbn/alerting-api-integration-helpers",
|
||||
"id": "def-common.ES_TEST_INDEX_NAME",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "ES_TEST_INDEX_NAME",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\".kibana-alerting-test-data\""
|
||||
],
|
||||
"path": "x-pack/test/alerting_api_integration/packages/helpers/es_test_index_tool.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": []
|
||||
}
|
||||
}
|
36
api_docs/kbn_alerting_api_integration_helpers.mdx
Normal file
36
api_docs/kbn_alerting_api_integration_helpers.mdx
Normal file
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
####
|
||||
#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
|
||||
#### Reach out in #docs-engineering for more info.
|
||||
####
|
||||
id: kibKbnAlertingApiIntegrationHelpersPluginApi
|
||||
slug: /kibana-dev-docs/api/kbn-alerting-api-integration-helpers
|
||||
title: "@kbn/alerting-api-integration-helpers"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/alerting-api-integration-helpers plugin
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-api-integration-helpers']
|
||||
---
|
||||
import kbnAlertingApiIntegrationHelpersObj from './kbn_alerting_api_integration_helpers.devdocs.json';
|
||||
|
||||
|
||||
|
||||
Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin.
|
||||
|
||||
**Code health stats**
|
||||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 24 | 3 | 24 | 0 |
|
||||
|
||||
## Common
|
||||
|
||||
### Functions
|
||||
<DocDefinitionList data={kbnAlertingApiIntegrationHelpersObj.common.functions}/>
|
||||
|
||||
### Classes
|
||||
<DocDefinitionList data={kbnAlertingApiIntegrationHelpersObj.common.classes}/>
|
||||
|
||||
### Consts, variables and types
|
||||
<DocDefinitionList data={kbnAlertingApiIntegrationHelpersObj.common.misc}/>
|
||||
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-state-types
|
|||
title: "@kbn/alerting-state-types"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/alerting-state-types plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-state-types']
|
||||
---
|
||||
import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-as-data-utils
|
|||
title: "@kbn/alerts-as-data-utils"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/alerts-as-data-utils plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-as-data-utils']
|
||||
---
|
||||
import kbnAlertsAsDataUtilsObj from './kbn_alerts_as_data_utils.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-ui-shared
|
|||
title: "@kbn/alerts-ui-shared"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/alerts-ui-shared plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-ui-shared']
|
||||
---
|
||||
import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics
|
|||
title: "@kbn/analytics"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/analytics plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics']
|
||||
---
|
||||
import kbnAnalyticsObj from './kbn_analytics.devdocs.json';
|
||||
|
|
|
@ -710,6 +710,22 @@
|
|||
"plugin": "fleet",
|
||||
"path": "x-pack/plugins/fleet/server/services/telemetry/fleet_usage_sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/lib/telemetry/sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/lib/telemetry/sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/lib/telemetry/sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/lib/telemetry/sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "infra",
|
||||
"path": "x-pack/plugins/infra/public/services/telemetry/telemetry_client.ts"
|
||||
|
@ -742,22 +758,6 @@
|
|||
"plugin": "globalSearchBar",
|
||||
"path": "x-pack/plugins/global_search_bar/public/telemetry/event_reporter.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/lib/telemetry/sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/lib/telemetry/sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/lib/telemetry/sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "osquery",
|
||||
"path": "x-pack/plugins/osquery/server/lib/telemetry/sender.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"path": "x-pack/plugins/security_solution/public/common/lib/telemetry/telemetry_client.ts"
|
||||
|
@ -1304,6 +1304,10 @@
|
|||
"plugin": "@kbn/core-analytics-server-internal",
|
||||
"path": "packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "licensing",
|
||||
"path": "x-pack/plugins/licensing/common/register_analytics_context_provider.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "@kbn/core-application-browser-internal",
|
||||
"path": "packages/core/application/core-application-browser-internal/src/register_analytics_context_provider.ts"
|
||||
|
@ -1348,21 +1352,17 @@
|
|||
"plugin": "cloud",
|
||||
"path": "x-pack/plugins/cloud/common/register_cloud_deployment_id_analytics_context.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "licensing",
|
||||
"path": "x-pack/plugins/licensing/common/register_analytics_context_provider.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "security",
|
||||
"path": "x-pack/plugins/security/public/analytics/register_user_context.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "telemetry",
|
||||
"path": "src/plugins/telemetry/server/plugin.ts"
|
||||
"path": "src/plugins/telemetry/public/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "telemetry",
|
||||
"path": "src/plugins/telemetry/public/plugin.ts"
|
||||
"path": "src/plugins/telemetry/server/plugin.ts"
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-client
|
|||
title: "@kbn/analytics-client"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/analytics-client plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-client']
|
||||
---
|
||||
import kbnAnalyticsClientObj from './kbn_analytics_client.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-browser
|
|||
title: "@kbn/analytics-shippers-elastic-v3-browser"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/analytics-shippers-elastic-v3-browser plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-browser']
|
||||
---
|
||||
import kbnAnalyticsShippersElasticV3BrowserObj from './kbn_analytics_shippers_elastic_v3_browser.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-common
|
|||
title: "@kbn/analytics-shippers-elastic-v3-common"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/analytics-shippers-elastic-v3-common plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-common']
|
||||
---
|
||||
import kbnAnalyticsShippersElasticV3CommonObj from './kbn_analytics_shippers_elastic_v3_common.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-server
|
|||
title: "@kbn/analytics-shippers-elastic-v3-server"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/analytics-shippers-elastic-v3-server plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-server']
|
||||
---
|
||||
import kbnAnalyticsShippersElasticV3ServerObj from './kbn_analytics_shippers_elastic_v3_server.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-fullstory
|
|||
title: "@kbn/analytics-shippers-fullstory"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/analytics-shippers-fullstory plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-fullstory']
|
||||
---
|
||||
import kbnAnalyticsShippersFullstoryObj from './kbn_analytics_shippers_fullstory.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-gainsight
|
|||
title: "@kbn/analytics-shippers-gainsight"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/analytics-shippers-gainsight plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-gainsight']
|
||||
---
|
||||
import kbnAnalyticsShippersGainsightObj from './kbn_analytics_shippers_gainsight.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-config-loader
|
|||
title: "@kbn/apm-config-loader"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/apm-config-loader plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-config-loader']
|
||||
---
|
||||
import kbnApmConfigLoaderObj from './kbn_apm_config_loader.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace
|
|||
title: "@kbn/apm-synthtrace"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/apm-synthtrace plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace']
|
||||
---
|
||||
import kbnApmSynthtraceObj from './kbn_apm_synthtrace.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace-client
|
|||
title: "@kbn/apm-synthtrace-client"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the @kbn/apm-synthtrace-client plugin
|
||||
date: 2023-08-25
|
||||
date: 2023-08-26
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace-client']
|
||||
---
|
||||
import kbnApmSynthtraceClientObj from './kbn_apm_synthtrace_client.devdocs.json';
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue