-
Notifications
You must be signed in to change notification settings - Fork 191
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.11 release notes #4095
Merged
Merged
8.11 release notes #4095
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
01f06ee
First complete draft of 8.11 release notes
benironside d12719e
updates breaking change
benironside 506cb95
Merge branch 'main' into 8.11-release-notes
benironside 3722e02
Fixin small things
nastasha-solomon c3c1660
Adding one more bc
nastasha-solomon d5a094f
Update docs/release-notes/8.11.asciidoc
benironside 88208f8
Update docs/release-notes/8.11.asciidoc
benironside 5b1b1cc
Update docs/release-notes/8.11.asciidoc
benironside 9b6dbbc
Update docs/release-notes/8.11.asciidoc
benironside 5f91307
Update docs/release-notes/8.11.asciidoc
benironside dcd76d3
Update docs/release-notes/8.11.asciidoc
benironside 1164162
Update docs/release-notes/8.11.asciidoc
benironside 7957c7c
Update docs/release-notes/8.11.asciidoc
benironside 1c81ea6
Merge branch 'main' into 8.11-release-notes
benironside 5cc7993
Update docs/release-notes/8.11.asciidoc
nastasha-solomon eeb35ee
Merge branch 'main' into 8.11-release-notes
benironside 6815bf5
Update docs/release-notes/8.11.asciidoc
benironside d7cfee4
Update docs/release-notes/8.11.asciidoc
benironside ddd4399
Update docs/release-notes/8.11.asciidoc
benironside ecde6a5
Update docs/release-notes/8.11.asciidoc
nastasha-solomon 6bac42e
Update docs/release-notes/8.11.asciidoc
nastasha-solomon fd4806a
Update docs/release-notes/8.11.asciidoc
nastasha-solomon 4ee46a0
Merge branch 'main' into 8.11-release-notes
nastasha-solomon f5d87c4
Adding known issues
nastasha-solomon 832d847
Moves Endpoint features to correct section
nastasha-solomon 834d7a4
Update docs/release-notes/8.11.asciidoc
nastasha-solomon ea6a07a
Update docs/release-notes/8.11.asciidoc
nastasha-solomon b46277b
Janeen's input
nastasha-solomon 728e1eb
Merge branch '8.11-release-notes' of github.com:elastic/security-docs…
nastasha-solomon 718eaa4
Merge branch 'main' into 8.11-release-notes
nastasha-solomon e4d9994
incorporates Davis' comment
benironside 979d032
Merge branch 'main' into 8.11-release-notes
benironside 2933c09
Merge branch 'main' into 8.11-release-notes
benironside 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 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 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[[release-notes-header-8.10.1]] | ||
[[release-notes-header-8.10.0]] | ||
== 8.10 | ||
|
||
[discrete] | ||
|
This file contains 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,61 @@ | ||
[[release-notes-header-8.11.0]] | ||
== 8.11 | ||
|
||
[discrete] | ||
[[release-notes-8.11.0]] | ||
=== 8.11.0 | ||
|
||
[discrete] | ||
[[known-issue-8.11.0]] | ||
==== Known issues | ||
* MITRE ATT&CK® technique cells show duplicate rules ({issue}167929[#167929]). | ||
* MITRE ATT&CK® tactic cells show an incorrect rule count ({issue}167930[#167930]). | ||
* An incorrect MITRE ATT&CK® sub-technique is applied after you save a rule ({issue}170347[#170347]). | ||
|
||
[discrete] | ||
[[breaking-changes-8.11.0]] | ||
==== Breaking changes | ||
* Ends support for the `filterQuery` field of the `getLiveQueryResults` and `findLiveQuery` APIs, and replaces it with the KQL field `kuery`. Requests to those APIs that used the `filterQuery` field should replace it with `kuery` ({pull}161806[#161806]). | ||
* In 8.11, rule APIs will only support `investigation_fields` as `{ field_names: string[] }`. If you've added this field to your rules in 8.10, you don't need to do anything when you import your rules. | ||
|
||
[discrete] | ||
[[deprecations-8.11.0]] | ||
==== Deprecations | ||
* Deprecates the `doc_root.vulnerability.package` and replaces it with the `doc_root.package` ECS package ({pull}164651[#164651]). | ||
|
||
[discrete] | ||
[[features-8.11.0]] | ||
==== New features | ||
* Upgrades {elastic-defend} to capture a new Windows event type: ETW Threat Intelligence (ETW-TI). Renames the Windows events policy `Credential access` category to `API` in the UI (but not in the `.yaml`, maintaining backwards compatibility). Adds two new advanced options: `windows.advanced.events.api_disabled` and | ||
`windows.advanced.events.api_verbose` ({pull}167549[#167549]). | ||
* Adds the `Same family` category and tab to the Data Quality dashboard. Fields with mappings in the same family have the same search behavior as the type specified by ECS, but may have different space usage or performance characteristics ({pull}167480[#167480]). | ||
* Updates the exceptions flyout's `match_any` operator to accept duplicate values that differ in case ({pull}167208[#167208]). | ||
* Enables the Elastic AI Assistant to answer questions about Elasticsearch Query Language (ES|QL) by allowing it to query, via ELSER, an ES|QL knowledge base. Refer to <<security-assistant, Elastic AI Assistant>> to enable the knowledge base ({pull}167097[#167097]). | ||
* Enables ES|QL in Timeline (technical preview) ({pull}166764[#166764]). | ||
nastasha-solomon marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* Adds the new ES|QL rule type (technical preview) ({pull}165450[#165450]). | ||
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. @paulewing do you want to expand on this at all? |
||
* Updates the Endpoint policy UI (**Manage -> Policies**) to include a `Protection updates` tab, a new column called `Deployed version`, and a banner that highlights outdated policies ({pull}165256[#165256], {pull}162719[#162719]). | ||
* Implements Kafka output for {elastic-endpoint} (https://github.com/elastic/endpoint-dev/issues/13192[#13192]). | ||
* Introduces full support for {elastic-endpoint} on macOS (https://github.com/elastic/endpoint-dev/issues/13058[#13058]). | ||
|
||
[discrete] | ||
[[enhancements-8.11.0]] | ||
==== Enhancements | ||
* Adds a new Generative AI connector, Amazon Bedrock, for use with Elastic AI Assistant ({pull}166662[#166662]). | ||
* Renames the Generative AI connector to OpenAI, since Generative AI is now a category of connectors that include OpenAI and Amazon Bedrock ({pull}167677[#167677]). | ||
* Adds the `id`, `severity`, and `status` fields to the Webhook - Case Management connector ({pull}166295[#166295]). | ||
* Updates the order of items on {kib}'s left-side navigation menu to match the order in {elastic-sec}'s left-side navigation menu ({pull}164268[#164268]). | ||
* Adds tooltips to overview section titles in the alert details flyout ({pull}166737[#166737]). | ||
* Updates the `.lists` and `.items` indices to data streams ({pull}162508[#162508]). | ||
|
||
[discrete] | ||
[[bug-fixes-8.11.0]] | ||
==== Bug fixes | ||
* Updates the Entity Risk Score error message to list the necessary permissions ({pull}169216[#169216]). | ||
* Displays more descriptive errors for Generative AI connectors ({pull}167674[#167674]). | ||
* Adds metrics to some rule execution warning messages ({pull}167551[#167551]). | ||
* Fixes a bug that could cause the exceptions flyout to reload unnecessarily in response to rule updates ({pull}166914[#166914]). | ||
* Fixes a bug that could cause EQL shell alerts to not include certain common fields ({pull}166751[#166751]). | ||
* Sets the date and time picker to full width in the expanded Prevalence view within the alert details flyout ({pull}166714[#166714]). | ||
* Fixes a bug that could prevent the **Install Cloud Native Vulnerability Management** button on the empty state of the Findings page from working ({pull}166335[#166335]). | ||
* Fixes a bug that could cause an error when you edited a rule's filter ({pull}165262[#165262]). | ||
* Fixes a bug that caused the Rules table to auto-refresh when auto-refresh was disabled ({pull}165250[#165250]). |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽