-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/olm-in_endpoint_integration_users_can_s…
…ee_a_policy_response_section-3863
- Loading branch information
Showing
1,220 changed files
with
260,318 additions
and
8,712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
"version": "1.0.0", | ||
"private": true, | ||
"dependencies": { | ||
"kibana-buildkite-library": "git+https://[email protected]/elastic/kibana-buildkite-library#4ecaba35293fb635cf92ca205ee84fca52f19e2e" | ||
"kibana-buildkite-library": "git+https://[email protected]/elastic/kibana-buildkite-library#6a73a417decc52f309ede3644577c9dca7b411a2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
steps: | ||
- command: .buildkite/scripts/steps/functional/synthetics_plugin.sh | ||
label: 'Synthetics @elastic/synthetics Tests' | ||
agents: | ||
queue: ci-group-6 | ||
depends_on: build | ||
timeout_in_minutes: 120 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 |
4 changes: 2 additions & 2 deletions
4
.buildkite/pipelines/pull_request/uptime.yml → .../pipelines/pull_request/ux_plugin_e2e.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -euo pipefail | ||
|
||
source .buildkite/scripts/common/util.sh | ||
|
||
.buildkite/scripts/bootstrap.sh | ||
.buildkite/scripts/download_build_artifacts.sh | ||
|
||
export JOB=kibana-ux-plugin-synthetics | ||
|
||
echo "--- User Experience @elastic/synthetics Tests" | ||
|
||
cd "$XPACK_DIR" | ||
|
||
checks-reporter-with-killswitch "User Experience plugin @elastic/synthetics Tests" \ | ||
node plugins/ux/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License | ||
* 2.0 and the Server Side Public License, v 1; you may not use this file except | ||
* in compliance with, at your election, the Elastic License 2.0 or the Server | ||
* Side Public License, v 1. | ||
*/ | ||
|
||
const { BuildkiteClient } = require('kibana-buildkite-library'); | ||
|
||
(async () => { | ||
try { | ||
const client = new BuildkiteClient(); | ||
const build = await client.triggerBuild('kibana-agent-packer-cache', { | ||
commit: 'HEAD', | ||
branch: 'main', | ||
ignore_pipeline_branch_filters: true, // Required because of a Buildkite bug | ||
}); | ||
console.log(`Triggered build: ${build.web_url}`); | ||
process.exit(0); | ||
} catch (ex) { | ||
console.error('Buildkite API Error', ex.toString()); | ||
if (ex.response) { | ||
console.error('HTTP Error Response Status', ex.response.status); | ||
console.error('HTTP Error Response Body', ex.response.data); | ||
} | ||
process.exit(1); | ||
} | ||
})(); |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,94 +111,46 @@ The API returns a JSON object listing the retrieved cases. For example: | |
{ | ||
"page": 1, | ||
"per_page": 5, | ||
"total": 2, | ||
"total": 1, | ||
"cases": [ | ||
{ | ||
"id": "abed3a70-71bd-11ea-a0b2-c51ea50a58e2", | ||
"version": "WzExMCwxXQ==", | ||
"comments": [], | ||
"totalComment": 0, | ||
"totalComment": 1, | ||
"totalAlerts": 0, | ||
"title": "The Long Game", | ||
"tags": [ | ||
"windows", | ||
"phishing" | ||
], | ||
"description": "Windows 95", | ||
"settings": { | ||
"syncAlerts": true | ||
}, | ||
"title": "Case title", | ||
"tags": [ "phishing" ], | ||
"description": "Case description", | ||
"settings": { "syncAlerts": true }, | ||
"owner": "securitySolution", | ||
"duration": null, | ||
"severity": "low", | ||
"closed_at": null, | ||
"closed_by": null, | ||
"created_at": "2022-03-29T13:03:23.533Z", | ||
"created_by": { | ||
"email": "[email protected]", | ||
"full_name": "Rat Hustler", | ||
"username": "rhustler" | ||
}, | ||
"status": "open", | ||
"updated_at": null, | ||
"updated_by": null, | ||
"connector": { | ||
"id": "131d4448-abe0-4789-939d-8ef60680b498", | ||
"name": "My connector", | ||
"type": ".jira", | ||
"fields": { | ||
"issueType": "10006", | ||
"priority": null, | ||
} | ||
} | ||
"external_service": null, | ||
}, | ||
{ | ||
"id": "a18b38a0-71b0-11ea-a0b2-c51ea50a58e2", | ||
"version": "Wzk4LDFd", | ||
"comments": [], | ||
"totalComment": 0, | ||
"totalAlerts": 0, | ||
"title": "This case will self-destruct in 5 seconds", | ||
"tags": [ | ||
"phishing", | ||
"social engineering", | ||
"bubblegum" | ||
], | ||
"description": "James Bond clicked on a highly suspicious email banner advertising cheap holidays for underpaid civil servants. Operation bubblegum is active. Repeat - operation bubblegum is now active!", | ||
"settings": { | ||
"syncAlerts": false | ||
}, | ||
"owner": "cases", | ||
"duration": null, | ||
"closed_at": null, | ||
"closed_by": null, | ||
"created_at": "2022-03-29T11:30:02.658Z", | ||
"created_at": "2022-05-12T00:16:36.371Z", | ||
"created_by": { | ||
"email": "[email protected]", | ||
"full_name": "Alan Hunley", | ||
"username": "ahunley" | ||
"email": "[email protected]", | ||
"full_name": "Jane Doe", | ||
"username": "jdoe" | ||
}, | ||
"status": "open", | ||
"updated_at": "2022-03-29T12:01:50.244Z", | ||
"updated_at": "2022-05-12T00:27:58.162Z", | ||
"updated_by": { | ||
"full_name": "Classified", | ||
"email": "[email protected]", | ||
"username": "M" | ||
"email": "[email protected]", | ||
"full_name": "Joe Smith", | ||
"username": "jsmith" | ||
}, | ||
"connector": { | ||
"id": "131d4448-abe0-4789-939d-8ef60680b498", | ||
"name": "My connector", | ||
"type": ".resilient", | ||
"fields": { | ||
"issueTypes": [13], | ||
"severityCode": 6, | ||
} | ||
"id": "none", | ||
"name": "none", | ||
"type": ".none", | ||
"fields": null | ||
}, | ||
"external_service": null, | ||
"external_service": null | ||
} | ||
], | ||
"count_open_cases": 2, | ||
"count_open_cases": 1, | ||
"count_in_progress_cases":0, | ||
"count_closed_cases": 0 | ||
} | ||
|
Oops, something went wrong.