Skip to content

Commit f1bb86e

Browse files
authored
Merge branch 'main' into filterquery-to-kql
2 parents c81e4f6 + 054cdba commit f1bb86e

1,010 files changed

Lines changed: 10859 additions & 9056 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ disabled:
3232
- x-pack/plugins/observability_onboarding/e2e/ftr_config_runner.ts
3333
- x-pack/plugins/observability_onboarding/e2e/ftr_config.ts
3434
- x-pack/test/osquery_cypress/cli_config.ts
35+
- x-pack/test/osquery_cypress/serverless_cli_config.ts
3536
- x-pack/test/osquery_cypress/config.ts
3637
- x-pack/test/osquery_cypress/visual_config.ts
3738
- x-pack/test/security_solution_cypress/cli_config.ts
@@ -353,7 +354,6 @@ enabled:
353354
- x-pack/test/reporting_functional/reporting_and_deprecated_security.config.ts
354355
- x-pack/test/reporting_functional/reporting_and_security.config.ts
355356
- x-pack/test/reporting_functional/reporting_without_security.config.ts
356-
- x-pack/test/reporting_functional/reporting_and_timeout.config.ts
357357
- x-pack/test/rule_registry/security_and_spaces/config_basic.ts
358358
- x-pack/test/rule_registry/security_and_spaces/config_trial.ts
359359
- x-pack/test/rule_registry/spaces_only/config_basic.ts

.buildkite/pipelines/pull_request/osquery_cypress.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,17 @@ steps:
2222
soft_fail: true
2323
artifact_paths:
2424
- "target/kibana-osquery/**/*"
25+
26+
- command: .buildkite/scripts/steps/functional/security_serverless_osquery.sh
27+
label: 'Serverless Osquery Cypress Tests'
28+
agents:
29+
queue: n2-4-spot
30+
depends_on: build
31+
timeout_in_minutes: 50
32+
parallelism: 6
33+
retry:
34+
automatic:
35+
- exit_status: '*'
36+
limit: 1
37+
artifact_paths:
38+
- "target/kibana-osquery/**/*"

.buildkite/scripts/pipelines/pull_request/pipeline.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { execSync } from 'child_process';
1010
import fs from 'fs';
1111
import prConfigs from '../../../pull_requests.json';
1212
import { areChangesSkippable, doAnyChangesMatch } from '#pipeline-utils';
13+
1314
const prConfig = prConfigs.jobs.find((job) => job.pipelineSlug === 'kibana-pull-request');
1415

1516
if (!prConfig) {
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/usr/bin/env bash
2+
3+
set -euo pipefail
4+
5+
source .buildkite/scripts/common/util.sh
6+
source .buildkite/scripts/steps/functional/common_cypress.sh
7+
8+
.buildkite/scripts/bootstrap.sh
9+
node scripts/build_kibana_platform_plugins.js
10+
11+
export JOB=kibana-osquery-cypress-serverless
12+
13+
echo "--- Security Osquery Serverless Cypress"
14+
15+
yarn --cwd x-pack/plugins/osquery cypress:serverless:run

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,7 @@ x-pack/test/security_solution_cypress/cli_config.ts @elastic/security-engineerin
12891289
x-pack/test/security_solution_cypress/config.ts @elastic/security-engineering-productivity
12901290
x-pack/test/security_solution_cypress/runner.ts @elastic/security-engineering-productivity
12911291
x-pack/test/security_solution_cypress/serverless_config.ts @elastic/security-engineering-productivity
1292+
x-pack/test/security_solution_cypress/cypress/tags.ts @elastic/security-engineering-productivity
12921293

12931294
## Security Solution sub teams - adaptive-workload-protection
12941295
x-pack/plugins/security_solution/public/common/components/sessions_viewer @elastic/kibana-cloud-security-posture

api_docs/actions.devdocs.json

Lines changed: 10 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5545,27 +5545,21 @@
55455545
{
55465546
"parentPluginId": "actions",
55475547
"id": "def-common.AlertingConnectorFeature.name",
5548-
"type": "Any",
5548+
"type": "string",
55495549
"tags": [],
55505550
"label": "name",
55515551
"description": [],
5552-
"signature": [
5553-
"any"
5554-
],
55555552
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
55565553
"deprecated": false,
55575554
"trackAdoption": false
55585555
},
55595556
{
55605557
"parentPluginId": "actions",
55615558
"id": "def-common.AlertingConnectorFeature.compatibility",
5562-
"type": "Any",
5559+
"type": "string",
55635560
"tags": [],
55645561
"label": "compatibility",
55655562
"description": [],
5566-
"signature": [
5567-
"any"
5568-
],
55695563
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
55705564
"deprecated": false,
55715565
"trackAdoption": false
@@ -5598,27 +5592,21 @@
55985592
{
55995593
"parentPluginId": "actions",
56005594
"id": "def-common.CasesConnectorFeature.name",
5601-
"type": "Any",
5595+
"type": "string",
56025596
"tags": [],
56035597
"label": "name",
56045598
"description": [],
5605-
"signature": [
5606-
"any"
5607-
],
56085599
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
56095600
"deprecated": false,
56105601
"trackAdoption": false
56115602
},
56125603
{
56135604
"parentPluginId": "actions",
56145605
"id": "def-common.CasesConnectorFeature.compatibility",
5615-
"type": "Any",
5606+
"type": "string",
56165607
"tags": [],
56175608
"label": "compatibility",
56185609
"description": [],
5619-
"signature": [
5620-
"any"
5621-
],
56225610
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
56235611
"deprecated": false,
56245612
"trackAdoption": false
@@ -5724,27 +5712,21 @@
57245712
{
57255713
"parentPluginId": "actions",
57265714
"id": "def-common.GeneralFeature.name",
5727-
"type": "Any",
5715+
"type": "string",
57285716
"tags": [],
57295717
"label": "name",
57305718
"description": [],
5731-
"signature": [
5732-
"any"
5733-
],
57345719
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
57355720
"deprecated": false,
57365721
"trackAdoption": false
57375722
},
57385723
{
57395724
"parentPluginId": "actions",
57405725
"id": "def-common.GeneralFeature.compatibility",
5741-
"type": "Any",
5726+
"type": "string",
57425727
"tags": [],
57435728
"label": "compatibility",
57445729
"description": [],
5745-
"signature": [
5746-
"any"
5747-
],
57485730
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
57495731
"deprecated": false,
57505732
"trackAdoption": false
@@ -5792,27 +5774,21 @@
57925774
{
57935775
"parentPluginId": "actions",
57945776
"id": "def-common.SecuritySolutionFeature.name",
5795-
"type": "Any",
5777+
"type": "string",
57965778
"tags": [],
57975779
"label": "name",
57985780
"description": [],
5799-
"signature": [
5800-
"any"
5801-
],
58025781
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
58035782
"deprecated": false,
58045783
"trackAdoption": false
58055784
},
58065785
{
58075786
"parentPluginId": "actions",
58085787
"id": "def-common.SecuritySolutionFeature.compatibility",
5809-
"type": "Any",
5788+
"type": "string",
58105789
"tags": [],
58115790
"label": "compatibility",
58125791
"description": [],
5813-
"signature": [
5814-
"any"
5815-
],
58165792
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
58175793
"deprecated": false,
58185794
"trackAdoption": false
@@ -5845,27 +5821,21 @@
58455821
{
58465822
"parentPluginId": "actions",
58475823
"id": "def-common.UptimeConnectorFeature.name",
5848-
"type": "Any",
5824+
"type": "string",
58495825
"tags": [],
58505826
"label": "name",
58515827
"description": [],
5852-
"signature": [
5853-
"any"
5854-
],
58555828
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
58565829
"deprecated": false,
58575830
"trackAdoption": false
58585831
},
58595832
{
58605833
"parentPluginId": "actions",
58615834
"id": "def-common.UptimeConnectorFeature.compatibility",
5862-
"type": "Any",
5835+
"type": "string",
58635836
"tags": [],
58645837
"label": "compatibility",
58655838
"description": [],
5866-
"signature": [
5867-
"any"
5868-
],
58695839
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
58705840
"deprecated": false,
58715841
"trackAdoption": false

api_docs/actions.mdx

Lines changed: 2 additions & 2 deletions
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-08-22
11+
date: 2023-08-23
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o
2121

2222
| Public API count | Any count | Items lacking comments | Missing exports |
2323
|-------------------|-----------|------------------------|-----------------|
24-
| 275 | 10 | 269 | 27 |
24+
| 275 | 0 | 269 | 27 |
2525

2626
## Client
2727

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-08-22
11+
date: 2023-08-23
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

api_docs/aiops.mdx

Lines changed: 1 addition & 1 deletion
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-08-22
11+
date: 2023-08-23
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

api_docs/alerting.devdocs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4692,7 +4692,7 @@
46924692
"MuteOptions",
46934693
") => Promise<void>; unmuteInstance: (options: ",
46944694
"MuteOptions",
4695-
") => Promise<void>; runSoon: (options: { id: string; }) => Promise<any>; listRuleTypes: () => Promise<Set<",
4695+
") => Promise<void>; runSoon: (options: { id: string; }) => Promise<string | undefined>; listRuleTypes: () => Promise<Set<",
46964696
"RegistryAlertTypeWithAuth",
46974697
">>; getSpaceId: () => string | undefined; getAuthorization: () => ",
46984698
{

0 commit comments

Comments
 (0)