Skip to content

Commit aac8798

Browse files
authored
Merge branch 'main' into migrate-solution-toolbar-button
2 parents 22e1033 + 33d85a3 commit aac8798

File tree

382 files changed

+31459
-12238
lines changed

Some content is hidden

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

382 files changed

+31459
-12238
lines changed

.github/CODEOWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,9 @@ x-pack/test/security_solution_cypress @elastic/security-engineering-productivity
422422
# Security Asset Management
423423
/x-pack/plugins/osquery @elastic/security-asset-management
424424

425+
# Cloud Posture Security
426+
/x-pack/plugins/cloud_security_posture/ @elastic/cloud-posture-security
427+
425428
# Design (at the bottom for specificity of SASS files)
426429
**/*.scss @elastic/kibana-design
427430
#CC# /packages/kbn-ui-framework/ @elastic/kibana-design

api_docs/actions.devdocs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
"label": "ActionParamsType",
696696
"description": [],
697697
"signature": [
698-
"{ readonly source?: string | undefined; readonly group?: string | undefined; readonly summary?: string | undefined; readonly timestamp?: string | undefined; readonly eventAction?: \"resolve\" | \"trigger\" | \"acknowledge\" | undefined; readonly dedupKey?: string | undefined; readonly severity?: \"error\" | \"info\" | \"warning\" | \"critical\" | undefined; readonly component?: string | undefined; readonly class?: string | undefined; }"
698+
"{ readonly source?: string | undefined; readonly summary?: string | undefined; readonly group?: string | undefined; readonly timestamp?: string | undefined; readonly eventAction?: \"resolve\" | \"trigger\" | \"acknowledge\" | undefined; readonly dedupKey?: string | undefined; readonly severity?: \"error\" | \"info\" | \"warning\" | \"critical\" | undefined; readonly component?: string | undefined; readonly class?: string | undefined; }"
699699
],
700700
"path": "x-pack/plugins/actions/server/builtin_action_types/pagerduty.ts",
701701
"deprecated": false,

api_docs/actions.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/actions
44
title: "actions"
55
image: https://source.unsplash.com/400x175/?github
66
summary: API docs for the actions plugin
7-
date: 2022-02-11
7+
date: 2022-02-28
88
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
99
warning: 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.
1010
---

api_docs/advanced_settings.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/advancedSettings
44
title: "advancedSettings"
55
image: https://source.unsplash.com/400x175/?github
66
summary: API docs for the advancedSettings plugin
7-
date: 2022-02-11
7+
date: 2022-02-28
88
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
99
warning: 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.
1010
---

0 commit comments

Comments
 (0)