Skip to content

Commit a456418

Browse files
authored
Merge branch 'main' into amend.ml.overview
2 parents 0324483 + 092cc0d commit a456418

1,610 files changed

Lines changed: 28387 additions & 6358 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildkite/ftr_configs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ enabled:
100100
- test/functional/apps/dashboard_elements/controls/options_list/config.ts
101101
- test/functional/apps/dashboard_elements/image_embeddable/config.ts
102102
- test/functional/apps/dashboard_elements/input_control_vis/config.ts
103+
- test/functional/apps/dashboard_elements/links/config.ts
103104
- test/functional/apps/dashboard_elements/markdown/config.ts
104105
- test/functional/apps/dashboard/group1/config.ts
105106
- test/functional/apps/dashboard/group2/config.ts

.buildkite/pipelines/pull_request/security_solution.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ steps:
2828
agents:
2929
queue: n2-4-spot
3030
depends_on: build
31-
timeout_in_minutes: 120
32-
parallelism: 6
31+
timeout_in_minutes: 60
32+
parallelism: 8
3333
retry:
3434
automatic:
3535
- exit_status: '*'
@@ -40,7 +40,7 @@ steps:
4040
agents:
4141
queue: n2-4-spot
4242
depends_on: build
43-
timeout_in_minutes: 120
43+
timeout_in_minutes: 60
4444
parallelism: 1
4545
retry:
4646
automatic: false

.github/CODEOWNERS

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ packages/kbn-ci-stats-shipper-cli @elastic/kibana-operations
6969
packages/kbn-cli-dev-mode @elastic/kibana-operations
7070
packages/cloud @elastic/kibana-core
7171
x-pack/plugins/cloud_integrations/cloud_chat @elastic/kibana-core
72-
x-pack/plugins/cloud_integrations/cloud_chat_provider @elastic/kibana-core
7372
x-pack/plugins/cloud_integrations/cloud_data_migration @elastic/platform-onboarding
7473
x-pack/plugins/cloud_defend @elastic/kibana-cloud-security-posture
7574
x-pack/plugins/cloud_integrations/cloud_experiments @elastic/kibana-core
@@ -470,6 +469,7 @@ x-pack/plugins/lens @elastic/kibana-visualizations
470469
x-pack/plugins/license_api_guard @elastic/platform-deployment-management
471470
x-pack/plugins/license_management @elastic/platform-deployment-management
472471
x-pack/plugins/licensing @elastic/kibana-core
472+
src/plugins/links @elastic/kibana-presentation
473473
packages/kbn-lint-packages-cli @elastic/kibana-operations
474474
packages/kbn-lint-ts-projects-cli @elastic/kibana-operations
475475
x-pack/plugins/lists @elastic/security-detection-engine
@@ -484,6 +484,7 @@ packages/kbn-managed-vscode-config @elastic/kibana-operations
484484
packages/kbn-managed-vscode-config-cli @elastic/kibana-operations
485485
packages/kbn-management/cards_navigation @elastic/platform-deployment-management
486486
src/plugins/management @elastic/platform-deployment-management
487+
packages/kbn-management/settings/application @elastic/platform-deployment-management
487488
packages/kbn-management/settings/components/field_category @elastic/platform-deployment-management
488489
packages/kbn-management/settings/components/field_input @elastic/platform-deployment-management
489490
packages/kbn-management/settings/components/field_row @elastic/platform-deployment-management
@@ -1210,9 +1211,9 @@ x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kib
12101211
/x-pack/plugins/security_solution/server/search_strategy/security_solution/factory/users @elastic/security-threat-hunting-explore
12111212

12121213
## Explore owner connectors
1213-
/x-pack/plugins/stack_connectors/public/connector_types/gen_ai @elastic/security-threat-hunting-explore
1214-
/x-pack/plugins/stack_connectors/server/connector_types/gen_ai @elastic/security-threat-hunting-explore
1215-
/x-pack/plugins/stack_connectors/common/gen_ai @elastic/security-threat-hunting-explore
1214+
/x-pack/plugins/stack_connectors/public/connector_types/openai @elastic/security-threat-hunting-explore
1215+
/x-pack/plugins/stack_connectors/server/connector_types/openai @elastic/security-threat-hunting-explore
1216+
/x-pack/plugins/stack_connectors/common/openai @elastic/security-threat-hunting-explore
12161217

12171218
## Defend Workflows owner connectors
12181219
/x-pack/plugins/stack_connectors/public/connector_types/sentinelone @elastic/security-defend-workflows
@@ -1229,7 +1230,7 @@ x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kib
12291230

12301231
/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/prebuilt_rules @elastic/security-detection-rule-management
12311232
/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/rule_management @elastic/security-detection-rule-management
1232-
1233+
/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/rule_details @elastic/security-detection-rule-management
12331234
/x-pack/plugins/security_solution/docs/testing/test_plans/detection_response/prebuilt_rules @elastic/security-detection-rule-management
12341235
/x-pack/plugins/security_solution/docs/testing/test_plans/detection_response/rule_management @elastic/security-detection-rule-management
12351236

@@ -1272,6 +1273,7 @@ x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kib
12721273
/x-pack/plugins/security_solution/common/risk_engine @elastic/security-detection-engine
12731274

12741275
/x-pack/plugins/security_solution/public/common/components/sourcerer @elastic/security-detection-engine
1276+
/x-pack/plugins/security_solution/public/detection_engine/rule_creation @elastic/security-detection-engine
12751277
/x-pack/plugins/security_solution/public/detection_engine/rule_creation_ui @elastic/security-detection-engine
12761278
/x-pack/plugins/security_solution/public/detection_engine/rule_exceptions @elastic/security-detection-engine
12771279
/x-pack/plugins/security_solution/public/detections/containers/detection_engine/lists @elastic/security-detection-engine
@@ -1292,6 +1294,7 @@ x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kib
12921294
/x-pack/test/security_solution_cypress/cypress/e2e/detection_alerts @elastic/security-detection-engine
12931295
/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/rule_actions @elastic/security-detection-engine
12941296
/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/rule_creation @elastic/security-detection-engine
1297+
/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/rule_edit @elastic/security-detection-engine
12951298
/x-pack/test/security_solution_cypress/cypress/e2e/detection_response/value_lists @elastic/security-detection-engine
12961299
/x-pack/test/security_solution_cypress/cypress/e2e/entity_analytics @elastic/security-detection-engine
12971300
/x-pack/test/security_solution_cypress/cypress/e2e/exceptions @elastic/security-detection-engine

.i18nrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
],
8484
"monaco": "packages/kbn-monaco/src",
8585
"navigation": "src/plugins/navigation",
86+
"links": "src/plugins/links",
8687
"newsfeed": "src/plugins/newsfeed",
8788
"presentationUtil": "src/plugins/presentation_util",
8889
"randomSampling": "x-pack/packages/kbn-random-sampling",

api_docs/actions.devdocs.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5273,13 +5273,13 @@
52735273
},
52745274
{
52755275
"parentPluginId": "actions",
5276-
"id": "def-common.GeneralConnectorFeatureId",
5276+
"id": "def-common.GenerativeAIConnectorFeatureId",
52775277
"type": "string",
52785278
"tags": [],
5279-
"label": "GeneralConnectorFeatureId",
5279+
"label": "GenerativeAIConnectorFeatureId",
52805280
"description": [],
52815281
"signature": [
5282-
"\"general\""
5282+
"\"generativeAI\""
52835283
],
52845284
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
52855285
"deprecated": false,
@@ -5613,18 +5613,18 @@
56135613
},
56145614
{
56155615
"parentPluginId": "actions",
5616-
"id": "def-common.GeneralFeature",
5616+
"id": "def-common.GenerativeAIFeature",
56175617
"type": "Object",
56185618
"tags": [],
5619-
"label": "GeneralFeature",
5619+
"label": "GenerativeAIFeature",
56205620
"description": [],
56215621
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
56225622
"deprecated": false,
56235623
"trackAdoption": false,
56245624
"children": [
56255625
{
56265626
"parentPluginId": "actions",
5627-
"id": "def-common.GeneralFeature.id",
5627+
"id": "def-common.GenerativeAIFeature.id",
56285628
"type": "string",
56295629
"tags": [],
56305630
"label": "id",
@@ -5635,7 +5635,7 @@
56355635
},
56365636
{
56375637
"parentPluginId": "actions",
5638-
"id": "def-common.GeneralFeature.name",
5638+
"id": "def-common.GenerativeAIFeature.name",
56395639
"type": "string",
56405640
"tags": [],
56415641
"label": "name",
@@ -5646,7 +5646,7 @@
56465646
},
56475647
{
56485648
"parentPluginId": "actions",
5649-
"id": "def-common.GeneralFeature.compatibility",
5649+
"id": "def-common.GenerativeAIFeature.compatibility",
56505650
"type": "string",
56515651
"tags": [],
56525652
"label": "compatibility",

api_docs/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
88
title: "actions"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the actions plugin
11-
date: 2023-09-29
11+
date: 2023-10-02
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.devdocs.json';

api_docs/advanced_settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
88
title: "advancedSettings"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the advancedSettings plugin
11-
date: 2023-09-29
11+
date: 2023-10-02
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

api_docs/aiops.devdocs.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,19 @@
12501250
"path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx",
12511251
"deprecated": false,
12521252
"trackAdoption": false
1253+
},
1254+
{
1255+
"parentPluginId": "aiops",
1256+
"id": "def-public.LogRateAnalysisContentWrapperProps.embeddingOrigin",
1257+
"type": "string",
1258+
"tags": [],
1259+
"label": "embeddingOrigin",
1260+
"description": [
1261+
"Identifier to indicate the plugin utilizing the component"
1262+
],
1263+
"path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx",
1264+
"deprecated": false,
1265+
"trackAdoption": false
12531266
}
12541267
],
12551268
"initialIsOpen": false

api_docs/aiops.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
88
title: "aiops"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiops plugin
11-
date: 2023-09-29
11+
date: 2023-10-02
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questi
2121

2222
| Public API count | Any count | Items lacking comments | Missing exports |
2323
|-------------------|-----------|------------------------|-----------------|
24-
| 66 | 1 | 4 | 1 |
24+
| 67 | 1 | 4 | 1 |
2525

2626
## Client
2727

api_docs/alerting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
88
title: "alerting"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the alerting plugin
11-
date: 2023-09-29
11+
date: 2023-10-02
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';

0 commit comments

Comments
 (0)