Skip to content

Commit

Permalink
Merge branch 'main' into issue-5163-esql-adv-set
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasha-solomon authored May 9, 2024
2 parents cbb63e4 + 0de4d61 commit 4fc9daf
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/detections/api/rules/rules-api-bulk-actions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ A rule can only be `skipped` when the bulk action to be performed on it results
"immutable":false,
"related_integrations": [], <1>
"required_fields": [], <1>
"setup": "", <1>
"setup": "",
"type":"machine_learning",
"anomaly_threshold":50,
"machine_learning_job_id":[
Expand Down Expand Up @@ -626,7 +626,7 @@ A rule can only be `skipped` when the bulk action to be performed on it results
}
--------------------------------------------------

<1> dev:[] These fields are under development and their usage or schema may change: `related_integrations`, `required_fields`, `setup`, and `execution_summary`.
<1> dev:[] These fields are under development and their usage or schema may change: `related_integrations`, `required_fields`, and `execution_summary`.


For an `export` action, an `.ndjson` file containing exported rules.
Expand Down Expand Up @@ -753,7 +753,7 @@ If processing of any rule fails, a partial error outputs the ID and/or name of t
"immutable": false,
"related_integrations": [], <1>
"required_fields": [], <1>
"setup": "", <1>
"setup": "",
"type": "query",
"language": "kuery",
"index": [
Expand Down Expand Up @@ -797,7 +797,7 @@ If processing of any rule fails, a partial error outputs the ID and/or name of t
}
--------------------------------------------------

<1> dev:[] These fields are under development and their usage or schema may change: `related_integrations`, `required_fields`, `setup`, and `execution_summary`.
<1> dev:[] These fields are under development and their usage or schema may change: `related_integrations`, `required_fields`, and `execution_summary`.

*Example 3, Dry run*

Expand Down
4 changes: 2 additions & 2 deletions docs/detections/api/rules/rules-api-find.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Example response:
"to": "now",
"related_integrations": [], <1>
"required_fields": [], <1>
"setup": "", <1>
"setup": "",
"type": "query",
"threat": [
{
Expand Down Expand Up @@ -138,4 +138,4 @@ Example response:
--------------------------------------------------

<1> dev:[] These fields are under development and their usage or schema may change: `related_integrations`, `required_fields`, `setup`, and `execution_summary`.
<1> dev:[] These fields are under development and their usage or schema may change: `related_integrations`, `required_fields`, and `execution_summary`.
4 changes: 2 additions & 2 deletions docs/detections/api/rules/rules-api-get.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Example response:
"rule_id": "process_started_by_ms_office_user_folder",
"related_integrations": [], <1>
"required_fields": [], <1>
"setup": "", <1>
"setup": "",
"language": "kuery",
"max_signals": 100,
"risk_score": 21,
Expand Down Expand Up @@ -113,4 +113,4 @@ Example response:
--------------------------------------------------

<1> dev:[] These fields are under development and their usage or schema may change: `related_integrations`, `required_fields`, `setup`, and `execution_summary`.
<1> dev:[] These fields are under development and their usage or schema may change: `related_integrations`, `required_fields`, and `execution_summary`.
1 change: 1 addition & 0 deletions docs/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

This section summarizes the changes in each release.

* <<release-notes-8.13.4, {elastic-sec} version 8.13.4>>
* <<release-notes-8.13.3, {elastic-sec} version 8.13.3>>
* <<release-notes-8.13.2, {elastic-sec} version 8.13.2>>
* <<release-notes-8.13.1, {elastic-sec} version 8.13.1>>
Expand Down
10 changes: 10 additions & 0 deletions docs/release-notes/8.13.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
[[release-notes-header-8.13.0]]
== 8.13

[discrete]
[[release-notes-8.13.4]]
=== 8.13.4

[discrete]
[[bug-fixes-8.13.4]]
==== Bug fixes

There are no user-facing changes in 8.13.4.

[discrete]
[[release-notes-8.13.3]]
=== 8.13.3
Expand Down

0 comments on commit 4fc9daf

Please sign in to comment.