-
Notifications
You must be signed in to change notification settings - Fork 206
[DOCS] 8.4 release notes #2314
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
Merged
Merged
[DOCS] 8.4 release notes #2314
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
56ff23e
8.4 release notes draft
benironside 89ae22b
Merge branch 'main' into issue-2175-big
benironside 88cd71f
Adds RN to index
benironside a5e0b63
Fixes title bug
benironside 7a5f85d
Fixes pull links
benironside 3aca26d
Update docs/release-notes/8.4.asciidoc
benironside fbb1bbe
Update docs/release-notes/8.4.asciidoc
benironside ac01d7c
Update docs/release-notes/8.4.asciidoc
benironside c26ec37
Update docs/release-notes/8.4.asciidoc
benironside 50e05ca
Update docs/release-notes/8.4.asciidoc
benironside 0ea082f
Update docs/release-notes/8.4.asciidoc
benironside 9925a8c
Update docs/release-notes/8.4.asciidoc
benironside f67bced
Update docs/release-notes/8.4.asciidoc
benironside b5691cf
Update docs/release-notes/8.4.asciidoc
benironside 88040a3
Update docs/release-notes/8.4.asciidoc
benironside 3230f03
Update docs/release-notes/8.4.asciidoc
benironside c717710
Update docs/release-notes/8.4.asciidoc
benironside 3165e5f
Update docs/release-notes/8.4.asciidoc
benironside 44017f2
Update docs/release-notes/8.4.asciidoc
benironside 357f273
Update docs/release-notes/8.4.asciidoc
benironside 3e09ac0
Update docs/release-notes/8.4.asciidoc
benironside 8686ecf
Update docs/release-notes/8.4.asciidoc
benironside a4ebc85
Update docs/release-notes/8.4.asciidoc
benironside 7026398
Update docs/release-notes/8.4.asciidoc
benironside 29e4976
Update docs/release-notes/8.4.asciidoc
benironside cd6937f
Update docs/release-notes/8.4.asciidoc
benironside 319fd01
Update docs/release-notes/8.4.asciidoc
benironside 1c3d531
Update docs/release-notes/8.4.asciidoc
benironside f8b922b
Incorporate Nastasha's feedback
benironside 3c04876
Incorporates Nastasha's feedback
benironside 4302e85
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 55599dd
Update docs/release-notes/8.4.asciidoc
nastasha-solomon aad41ae
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 5aec400
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 6ec539c
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 393dd74
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 995dc0a
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 6aa40e1
Part 1 of Daniel's requests
nastasha-solomon 6743a61
Minor edit
nastasha-solomon 4064f3c
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 1238916
Part 2 of Daniel's requests
nastasha-solomon 31844d9
Minor changes
nastasha-solomon d463311
Merge branch 'main' into issue-2175-big
nastasha-solomon aed6328
Added osquery feature
nastasha-solomon 57ccd20
Adding input from Lovel
nastasha-solomon 814f5dc
Merge branch 'main' into issue-2175-big
nastasha-solomon fbf8b06
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 29fd5fd
Update docs/release-notes/8.4.asciidoc
nastasha-solomon afcc8dd
Adding reviewers' input
nastasha-solomon e51ac23
Merge branch 'main' into issue-2175-big
nastasha-solomon 0675ebe
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 1f377e0
Review feedback from Georgii and Dmitrii
nastasha-solomon dff443f
Merge branch 'main' into issue-2175-big
nastasha-solomon b840fd8
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 70e699d
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 16699bf
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 0e11986
Update docs/release-notes/8.4.asciidoc
nastasha-solomon c2b6724
Update docs/release-notes/8.4.asciidoc
nastasha-solomon 6d9148b
Update docs/release-notes/8.4.asciidoc
nastasha-solomon a6f44a3
Update docs/release-notes/8.4.asciidoc
nastasha-solomon eee7c18
Adding links to OLM feature
nastasha-solomon bcd1058
Merge branch 'main' into issue-2175-big
nastasha-solomon 8cac0e1
Made bug less spooky
nastasha-solomon d3d9b38
Even less spook
nastasha-solomon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,79 @@ | ||
| [[release-notes-header-8.4.0]] | ||
| == 8.4 | ||
|
|
||
| [discrete] | ||
| [[release-notes-8.4.0]] | ||
| === 8.4.0 | ||
|
|
||
| [discrete] | ||
| [[known-issue-8.4.0]] | ||
| ==== Known issues | ||
| * If additional look-back time is set for the advanced query rule preview, alerts from source documents that are outside the preview time frame may not appear in the preview ({pull}137422[#137422]). | ||
| * A new Lucene 9 validation change may cause errors whenever regular expressions are included in EQL queries. This bug affects users who upgrade from {stack} version 7.x to 8.x and are using event correlation rules. To resolve this issue, use triple quotes `""" """` for regular expressions in event correlation rule queries. | ||
| * The Rules page incorrectly displays a notification that an update for prebuilt rules is available even if the rules have been fully updated. Currently, there is no way to remove or hide the notification ({pull}139095[#139095]). | ||
|
|
||
| [discrete] | ||
| [[breaking-changes-8.4.0]] | ||
| ==== Breaking changes | ||
| // tag::breaking-changes[] | ||
| // NOTE: The breaking-changes tagged regions are reused in the Elastic Installation and Upgrade Guide. The pull attribute is defined within this snippet so it properly resolves in the output. | ||
| :pull: {pull} | ||
| There are no breaking changes in 8.4.0. | ||
| // end::breaking-changes[] | ||
|
|
||
| [discrete] | ||
| [[features-8.4.0]] | ||
| ==== Features | ||
nastasha-solomon marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * Creates a new rule type, New Terms, that creates an alert when a value appears for the first time in a particular field ({pull}134526[#134526]). | ||
| * Adds the Insights section to the Alert details flyout to show related cases and alerts ({pull}136009[#136009], {pull}138419[#138419]) | ||
| * Shows process alerts in the event process analyzer ({pull}135340[#135340]). | ||
| * Adds support for wildcard exceptions for detection rules. New operators are `matches` and `does not match` ({pull}136147[#136147]). | ||
| * Adds a new search query parameter, `dry_run`, to the bulk actions API that allows you to simulate a bulk action without permanently updating rules ({pull}134664[#134664]). | ||
| * Creates the response console, an interface that enables you to take actions on specific hosts ({pull}135360[#135360], {pull}134520[#134520]). | ||
| * Includes integration policy errors and statuses in {fleet} and {elastic-sec} to help troubleshoot when an {agent} has an `Unhealthy` status ({pull}136241[#136241], {pull}136038[#136038]). | ||
| * Adds Attack surface reduction protections feature to reduce vulnerabilities on Windows endpoints. Credential hardening prevents attackers from stealing credentials stored in Windows system process memory. | ||
| * Adds an endpoint self-healing feature to roll back file changes and processes on Windows endpoints when a prevention alert is generated by enabled protection features. | ||
| * Adds the ability to run query packs as live queries ({pull}132198[#132198]). | ||
| * Provides support for process, file, and network events in Kubernetes. You must enable the session view data setting on your {endpoint-cloud-sec} integration policy to enrich these events with session data and Kubernetes metadata fields. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @lrishi @qcorporation @norrietaylor @ferullo @nick-alayil @m-sample please take a look at this and the other Endpoint features/fixes when you have a moment. Thanks! |
||
|
|
||
| [discrete] | ||
| [[bug-fixes-8.4.0]] | ||
| ==== Bug fixes and enhancements | ||
| * Updates the Network page's UI to match the Hosts and Users pages ({pull}137541[#137541], {pull}136913[#136913]). | ||
| * Improves the experience of bulk editing index patterns on rules by warning users early that machine learning rules can’t be edited ({pull}134664[#134664]). | ||
| * Enhances rule previews with configurable rule intervals and look-back times ({pull}137102[#137102]). | ||
| * Enhances the `status pending` badge for endpoint actions with a detailed status when you hover on it ({pull}136966[#136966]). | ||
| * Turns grouped navigation on by default ({pull}136819[#136819]). | ||
| * Improves the experience of bulk exporting rules by informing users early which rules can and cannot be exported ({pull}136418[#136418]). | ||
| * Adds index pattern information to the Inspect panel ({pull}136407[#136407]). | ||
| * Adds a custom dashboards table to the Dashboards page ({pull}136221[#136221], {pull}136671[#136671]). | ||
| * Fixes a performance issue with creating alerts from source documents that contain a large number of fields ({pull}135956[#135956]). | ||
| * Updates the rule exceptions UI ({pull}135255[#135255]). | ||
| * Fixes performance issues with rules management ({pull}135311[#135311]). | ||
| * Allows you to disable `@timestamp` as a fallback timestamp field when you've defined a timestamp override ({pull}135116[#135116]). | ||
| * Enhances the host risk score UI ({pull}133708[#133708]). | ||
| * Updates the lists index template to use new logic ({pull}133067[#133067]). | ||
| * Adds event filters to event correlation rules ({pull}132507[#132507]). | ||
| * Allows you to define a data view as the rule's data source, making runtime fields available for rule configuration ({pull}130929[#130929]). | ||
| * Creates a single visualization pane on the Alerts page, and adds a treemap visualization that shows the distribution of alerts as nested, proportionally-sized tiles ({pull}126896[#126896]). | ||
| * Fixes an incorrect counter for exported rules ({pull}138598[#138598]). | ||
| * Fixes event filters based on OS version ({pull}138517[#138517]). | ||
| * Fixes a bug that could change the batch size for event search in indicator rules ({pull}138356[#138356]). | ||
| * Fixes a bug that prevented users from accessing alert details if they didn't have the appropriate privileges to view the internal index `.internal.alerts-security.alerts-spaceId`. Now, the Alert details flyout correctly uses the public alias index `.alerts-security,akerts-spaceId` ({pull}138331[#138331]). | ||
| * Fixes the preview button for {ml} rules ({pull}137878[#137878]). | ||
| * Fixes a bug that could crash the Endpoints list when a policy ID was missing ({pull}137788[#137788]). | ||
| * Fixes a bug that could interfere with opening host or user details pages ({pull}137719[#137719]). | ||
| * Fixes several bugs related to refreshing the Alerts page ({pull}137620[#137620]). | ||
| * Fixes a bug that prevented threshold rules' Timeline templates from being respected during investigations ({pull}137233[#137233]). | ||
| * Fixes a permissions bug related to the **Save Timeline** button ({pull}136724[#136724]). | ||
| * Fixes a bug with selecting Timeline templates with the same name ({pull}135694[#135694]). | ||
| * Fixes field aliases to `signal-threshold_result.*` ({pull}135565[#135565]). | ||
| * Fixes a bug that lost track of which rules you had selected after refreshing the Rules page ({pull}135533[#135533]). | ||
| * Fixes a bug that lost track of which rules you had selected after applying a bulk action on the Rules page ({pull}135291[#135291]). | ||
| * Fixes a bug that prevented the Rules table from pausing auto-refresh while bulk actions were being applied ({pull}135208[135208]). | ||
| * Fixes a bug that could cause queries with nested fields to fail when opened ({pull}134866[#134866]). | ||
| * Fixes a bug that slowed down the display of network details ({pull}133539[#133539]). | ||
| * Various minor bug fixes and enhancements ({pull}133079[#133079], {pull}138135[#138135], {pull}137588[#137588], {pull}137511[#137511], {pull}137492[#137492], {pull}135907[#135907], {pull}135426[#135426]). | ||
| * Fixes an {endpoint-cloud-sec} bug on macOS and Linux that could cause CPU spikes if malware protection is enabled on an {endpoint-cloud-sec} integration policy (https://github.com/elastic/endpoint/issues/22[#22]). | ||
| * Fixes a bug that could cause {endpoint-cloud-sec} to crash when outputting log data to {ls}. | ||
| * Allows {endpoint-cloud-sec} to be added to agents running on Ubuntu 22.04 and Debian 11. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.