Skip to content

Commit

Permalink
Merge branch 'main' into security/rule-exceptions/146845-mapping-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 26, 2023
2 parents 8ca997c + 80b78d9 commit 5b59cf3
Show file tree
Hide file tree
Showing 196 changed files with 8,294 additions and 1,538 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipelines/scalability/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ steps:
agents:
queue: kb-static-scalability
timeout_in_minutes: 90
retry:
automatic:
- exit_status: '*'
limit: 1

- wait: ~
continue_on_failure: true
Expand Down
510 changes: 493 additions & 17 deletions docs/api-generated/connectors/connector-apis-passthru.asciidoc

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions docs/api/actions-and-connectors/execute.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

Runs a connector by ID.

[NOTE]
====
For the most up-to-date API details, refer to the
{kib-repo}/tree/{branch}/x-pack/plugins/actions/docs/openapi[open API specification]. For a preview, check out <<connector-apis>>.
====

[[execute-connector-api-request]]
=== {api-request-title}

Expand Down Expand Up @@ -362,7 +368,7 @@ on the `subAction` value. This object is not required when `subAction` is
[%collapsible%open]
======
`comments`:::
(Optional, array of objects) Additional information that is sent to {sn-sir}.
(Optional, array of objects) Additional information that is sent to {sn-itsm}.
+
.Properties of `comments`
[%collapsible%open]
Expand All @@ -381,7 +387,7 @@ version::::
=======
`incident`:::
(Required, object) Information necessary to create or update a {sn-sir} incident.
(Required, object) Information necessary to create or update a {sn-itsm} incident.
+
.Properties of `incident`
[%collapsible%open]
Expand Down Expand Up @@ -520,6 +526,10 @@ to the security incident. The IPs are added as observables to the security incid
updated. Otherwise, a new incident is created.

`malware_hash`::::
(Optional, string or array of strings) A list of malware hashes related to the
security incident. The hashes are added as observables to the security incident.

`malware_url`::::
(Optional, string or array of strings) A list of malware URLs related to the
security incident. The URLs are added as observables to the security incident.

Expand Down
2 changes: 1 addition & 1 deletion fleet_packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[
{
"name": "apm",
"version": "8.7.0-preview-1674061297",
"version": "8.7.0-preview-1674665274",
"forceAlignStackVersion": true
},
{
Expand Down
108 changes: 54 additions & 54 deletions package.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-analytics-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-analytics-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-application-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
1 change: 1 addition & 0 deletions packages/core/apps/core-apps-browser-mocks/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-apps-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
1 change: 1 addition & 0 deletions packages/core/base/core-base-browser-mocks/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-base-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
1 change: 1 addition & 0 deletions packages/core/base/core-base-server-mocks/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-base-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-capabilities-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-capabilities-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-chrome-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-deprecations-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-deprecations-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-doc-links-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-doc-links-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-elasticsearch-client-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-elasticsearch-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-environment-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-execution-context-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-execution-context-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-fatal-errors-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
1 change: 1 addition & 0 deletions packages/core/http/core-http-browser-mocks/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-http-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-http-context-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-http-resources-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-http-router-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
1 change: 1 addition & 0 deletions packages/core/http/core-http-server-mocks/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-http-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
1 change: 1 addition & 0 deletions packages/core/i18n/core-i18n-browser-mocks/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-i18n-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
1 change: 1 addition & 0 deletions packages/core/i18n/core-i18n-server-mocks/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-i18n-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-injected-metadata-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-integrations-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-lifecycle-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-lifecycle-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-logging-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-logging-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-metrics-collectors-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-metrics-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
1 change: 1 addition & 0 deletions packages/core/node/core-node-server-mocks/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-node-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-notifications-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-overlays-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-plugins-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-plugins-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-preboot-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-rendering-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-rendering-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-saved-objects-api-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-saved-objects-base-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-saved-objects-browser-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-saved-objects-import-export-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-saved-objects-migration-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "shared-common",
"id": "@kbn/core-saved-objects-server-mocks",
"devOnly": true,
"owner": "@elastic/kibana-core"
}

0 comments on commit 5b59cf3

Please sign in to comment.