Skip to content

Commit fea6cb7

Browse files
authored
Merge branch 'main' into renovate/main-babel
2 parents e9d8d92 + 28751ac commit fea6cb7

File tree

1,859 files changed

+13915
-77893
lines changed

Some content is hidden

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

1,859 files changed

+13915
-77893
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const uploadPipeline = (pipelineContent: string | object) => {
6363
/^x-pack\/plugins\/triggers_actions_ui\/public\/application\/sections\/action_connector_form/,
6464
/^x-pack\/plugins\/triggers_actions_ui\/public\/application\/context\/actions_connectors_context\.tsx/,
6565
/^x-pack\/test\/security_solution_cypress/,
66+
/^fleet_packages\.json/, // It contains reference to prebuilt detection rules, we want to run security solution tests if it changes
6667
])) ||
6768
GITHUB_PR_LABELS.includes('ci:all-cypress-suites')
6869
) {

.github/CODEOWNERS

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -642,11 +642,6 @@ x-pack/plugins/threat_intelligence @elastic/protections-experience
642642
x-pack/plugins/security_solution/public/threat_intelligence @elastic/protections-experience
643643
x-pack/test/threat_intelligence_cypress @elastic/protections-experience
644644

645-
646-
# Security Intelligence And Analytics
647-
/x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/content/prepackaged_rules @elastic/security-intelligence-analytics
648-
649-
650645
# Security Asset Management
651646
/x-pack/plugins/osquery @elastic/security-asset-management
652647
/x-pack/plugins/security_solution/common/detection_engine/rule_response_actions @elastic/security-asset-management
@@ -953,7 +948,7 @@ packages/kbn-logging-mocks @elastic/kibana-core
953948
packages/kbn-managed-vscode-config @elastic/kibana-operations
954949
packages/kbn-managed-vscode-config-cli @elastic/kibana-operations
955950
packages/kbn-mapbox-gl @elastic/kibana-gis
956-
packages/kbn-monaco @elastic/kibana-app-services
951+
packages/kbn-monaco @elastic/kibana-global-experience
957952
packages/kbn-optimizer @elastic/kibana-operations
958953
packages/kbn-optimizer-webpack-helpers @elastic/kibana-operations
959954
packages/kbn-osquery-io-ts-types @elastic/security-asset-management

NOTICE.txt

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -161,70 +161,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
161161
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
162162
SOFTWARE.
163163

164-
---
165-
Detection Rules
166-
Copyright 2021 Elasticsearch B.V.
167-
168-
---
169-
This product bundles rules based on https://github.com/BlueTeamLabs/sentinel-attack
170-
which is available under a "MIT" license. The rules based on this license are:
171-
172-
- "Potential Evasion via Filter Manager" (06dceabf-adca-48af-ac79-ffdf4c3b1e9a)
173-
- "Process Discovery via Tasklist" (cc16f774-59f9-462d-8b98-d27ccd4519ec)
174-
- "Potential Modification of Accessibility Binaries" (7405ddf1-6c8e-41ce-818f-48bea6bcaed8)
175-
- "Potential Application Shimming via Sdbinst" (fd4a992d-6130-4802-9ff8-829b89ae801f)
176-
- "Trusted Developer Application Usage" (9d110cb3-5f4b-4c9a-b9f5-53f0a1707ae1)
177-
178-
MIT License
179-
180-
Copyright (c) 2019 Edoardo Gerosa, Olaf Hartong
181-
182-
Permission is hereby granted, free of charge, to any person obtaining a copy of
183-
this software and associated documentation files (the "Software"), to deal in
184-
the Software without restriction, including without limitation the rights to
185-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
186-
of the Software, and to permit persons to whom the Software is furnished to do
187-
so, subject to the following conditions:
188-
189-
The above copyright notice and this permission notice shall be included in all
190-
copies or substantial portions of the Software.
191-
192-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
193-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
194-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
195-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
196-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
197-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
198-
SOFTWARE.
199-
200-
---
201-
This product bundles rules based on https://github.com/FSecureLABS/leonidas
202-
which is available under a "MIT" license. The rules based on this license are:
203-
204-
- "AWS Access Secret in Secrets Manager" (a00681e3-9ed6-447c-ab2c-be648821c622)
205-
206-
MIT License
207-
208-
Copyright (c) 2020 F-Secure LABS
209-
210-
Permission is hereby granted, free of charge, to any person obtaining a copy
211-
of this software and associated documentation files (the "Software"), to deal
212-
in the Software without restriction, including without limitation the rights
213-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
214-
copies of the Software, and to permit persons to whom the Software is
215-
furnished to do so, subject to the following conditions:
216-
217-
The above copyright notice and this permission notice shall be included in all
218-
copies or substantial portions of the Software.
219-
220-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
221-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
222-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
223-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
224-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
225-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
226-
SOFTWARE.
227-
228164
---
229165
MIT License
230166

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

api_docs/aiops.devdocs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"label": "CHANGE_POINT_DETECTION_ENABLED",
204204
"description": [],
205205
"signature": [
206-
"false"
206+
"true"
207207
],
208208
"path": "x-pack/plugins/aiops/common/index.ts",
209209
"deprecated": false,

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: 2022-12-05
11+
date: 2022-12-06
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

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: 2022-12-05
11+
date: 2022-12-06
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';

api_docs/apm.devdocs.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3123,7 +3123,15 @@
31233123
"section": "def-common.ServerRoute",
31243124
"text": "ServerRoute"
31253125
},
3126-
"<\"GET /api/apm/sourcemaps\", undefined, ",
3126+
"<\"GET /api/apm/sourcemaps\", ",
3127+
"PartialC",
3128+
"<{ query: ",
3129+
"PartialC",
3130+
"<{ page: ",
3131+
"Type",
3132+
"<number, unknown, unknown>; perPage: ",
3133+
"Type",
3134+
"<number, unknown, unknown>; }>; }>, ",
31273135
{
31283136
"pluginId": "apm",
31293137
"scope": "server",
@@ -3133,7 +3141,7 @@
31333141
},
31343142
", { artifacts: ",
31353143
"ArtifactSourceMap",
3136-
"[]; } | undefined, ",
3144+
"[]; total: number; } | undefined, ",
31373145
"APMRouteCreateOptions",
31383146
">; \"DELETE /internal/apm/settings/custom_links/{id}\": ",
31393147
{

api_docs/apm.mdx

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

0 commit comments

Comments
 (0)