Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.6] Document a known issue about detection rules being duplicated upon update (backport #4022) #4081

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/release-notes/8.6.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
[[release-notes-8.6.2]]
== 8.6.2

[discrete]
[[known-issue-8.6.2]]
==== Known issues
* After upgrading Elastic prebuilt rules, some rules are erroneously duplicated as custom rules. To remove them, go to the Rules page (**Manage** -> **Rules**), click the **Custom rules** filter next to the search bar, then select and delete the duplicate rules.

[discrete]
[[bug-fixes-8.6.2]]
==== Bug fixes and enhancements
Expand All @@ -15,6 +20,11 @@
[[release-notes-8.6.1]]
== 8.6.1

[discrete]
[[known-issue-8.6.1]]
==== Known issues
* After upgrading Elastic prebuilt rules, some rules are erroneously duplicated as custom rules. To remove them, go to the Rules page (**Manage** -> **Rules**), click the **Custom rules** filter next to the search bar, then select and delete the duplicate rules.

[discrete]
[[bug-fixes-8.6.1]]
==== Bug fixes and enhancements
Expand All @@ -29,6 +39,7 @@
[discrete]
[[known-issue-8.6.0]]
==== Known issues
* After upgrading Elastic prebuilt rules, some rules are erroneously duplicated as custom rules. To remove them, go to the Rules page (**Manage** -> **Rules**), click the **Custom rules** filter next to the search bar, then select and delete the duplicate rules.
* When using the Osquery Manager integration with {agent}, Osquery results aren't properly written to {es} and, therefore, cannot be viewed in Kibana (https://github.com/elastic/beats/issues/34250)[#34250]). We recommend that Osquery users skip {stack} version 8.6.0 and upgrade to {stack} version 8.6.1 or later when available.
* Investigation guides for some prebuilt rules may not render correctly if they include an escaped character (such as `\"`). To resolve this, update your prebuilt rules once you receive a rule update prompt on the Rules page (https://github.com/elastic/detection-rules/pull/2447[#2447]).

Expand Down