-
Notifications
You must be signed in to change notification settings - Fork 209
[DOCS][8.6] Release notes version 8.6 #2762
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
Changes from 19 commits
d786b40
ee4e65a
3140fdd
424c893
995caaf
7bf2cea
2e7d885
f177f77
36bce23
ec5030d
7b75074
309bd28
2408391
f56c8d9
bdce832
8f709b8
e8d8515
7bb32d4
fde17c0
6082f22
978b1a9
95193fd
22ac2a0
0802864
61e6298
58ccc44
c4fb1ba
3ec04b7
f2bff7b
bbc5c6c
129b17a
1fffd6a
a52fb14
7b5e95a
56f3bb9
b73b94e
3b64068
af1d768
5aecdbc
04da6bb
3ba35c5
1ee1933
0fddd33
784dbc9
4049863
2ec3409
2ef4578
3a2deef
d2e688e
3a8c161
325047c
4b5442e
38182f8
78393dc
191833d
9c4e2bb
6ae2b59
e32896c
79ce95e
1ff7fd3
975d920
63e4a1e
2b79c71
d368d6d
83f586d
c62b4dd
07d7a7f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,91 @@ | ||
| [[release-notes-header-8.6.0]] | ||
| == 8.6 | ||
|
|
||
| [discrete] | ||
| [[release-notes-8.6.0]] | ||
| === 8.6.0 | ||
|
|
||
| [discrete] | ||
| [[known-issue-8.6.0]] | ||
| ==== Known issues | ||
| There are no known issues in 8.6.0. | ||
|
|
||
| [discrete] | ||
| [[breaking-changes-8.6.0]] | ||
| ==== Breaking changes | ||
|
benironside marked this conversation as resolved.
|
||
| // 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} | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| There are no breaking changes in 8.6.0. | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| // end::breaking-changes[] | ||
|
|
||
|
|
||
| [discrete] | ||
| [[deprecations-8.6.0]] | ||
| ==== Deprecations | ||
| There are no deprecations in 8.6.0. | ||
|
|
||
|
|
||
| [discrete] | ||
| [[features-8.6.0]] | ||
| ==== Features | ||
| * Allows you to add indicators to new or existing cases ({pull}145121[#145121]). | ||
| * Adds the `is one of` operator to the *Add field* menu in Timeline ({pull}144988[#144988]). | ||
| * Adds an "Add to timeline investigation" button to the User Risk Scores and Host Risk Scores cards on the Entity Analytics dashboard ({pull}144819[#144819]). | ||
| * Provides the option to duplicate rules and their exceptions or rules only ({pull}144782[#144782]). | ||
| * Improves the Rule Exceptions interface and allows you to export read-only exception lists ({pull}144383[#144383]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Enables a technical preview of functionality that allows users to create runtime queries that can be parameterized from alert data or hard coded literal values. ({pull}145240[#145240]). | ||
|
benironside marked this conversation as resolved.
Outdated
benironside marked this conversation as resolved.
Outdated
benironside marked this conversation as resolved.
Outdated
|
||
| * Allows users to deploy Osquery across all {agent} policies or on specified policies only ({pull}143948[#143948]). | ||
|
nastasha-solomon marked this conversation as resolved.
Outdated
|
||
| * Creates a new connector for Tines ({pull}143505[#143505]). | ||
| * Updates the UI for adding and editing exceptions ({pull}143127[#143127]). | ||
|
Member
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. @peluja1012 how detailed do you want this summary to be? Should we be a little more specific about the changes to the exception flyout or are you ok with this high-level summary? Maybe this and some other PRs, such as # 144575 and # 142289, can be lumped togther? |
||
| * Creates a Rule Exceptions page for creating, viewing, and modifying shared exception lists ({pull}143041[#143041]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Enables you to bulk-add events to Timeline (up to 4000) ({pull}142737[#142737]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Enables alert suppression per rule execution for custom query rules ({pull}142686[#142686]). | ||
| * Improves role-based-access-controls for {kib} users performing response actions to allow security teams to practice least privilege ({pull}142825[#142825]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
|
|
||
| [discrete] | ||
| [[bug-fixes-8.6.0]] | ||
| ==== Bug fixes and enhancements | ||
| * Adds the *View indicators* button to the Threat Intelligence card ({pull}145125[#145125]). | ||
|
benironside marked this conversation as resolved.
|
||
| * Improves the interface for creating rule exceptions and shared exception lists ({pull}144575[#144575]). | ||
| * Adds cases metadata to the alert alert details page, in the Cases panel ({pull}144430[#144430]). | ||
|
Member
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. @michaelolo24 should we omit this since it's a change to the new alert details page?
benironside marked this conversation as resolved.
Outdated
|
||
| * Improves the UX for managing {ml} jobs while managing {ml} rules ({pull}144080[#144080]). | ||
| * Enables you to run {ml} jobs from the Notable Anomalies table ({pull}142861[#142861]). | ||
| * Adds a guided onboarding flow to help you create your first rules ({pull}144016[#144016], {pull}143598[#143598]). | ||
|
Member
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. IIRC, this might not need to be doc'd here or in the Security what's new topic. @jmikell821 do you think we're good to omit this or should we touch base with Paul first? Paul also suggested reaching out to the Platform docs team to see how they're doc'ing this or to see if they're documenting (or at least summarizing) the whole tour on their end.
benironside marked this conversation as resolved.
Outdated
|
||
| * Updates the take action UI for charts on the Hosts, Users, and Network pages ({pull}138369[#138369]). | ||
| * Adds a *Respond* button to the Host Details page for hosts with an {agent} installed ({pull}143988[#143988]). | ||
| * Allows you to add up to three new terms to New Terms rule queries, enabling you to create alerts when multiple new terms appear in the same event ({pull}143943[#143943]). | ||
| * Allows you to launch Timeline from the Entity Analytics dashboard by clicking alert counts ({pull}143841[#143841]). | ||
| * Adds missing TLP Marking badges to the Indicators table and Indicator details page ({pull}143431[#143431]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Ensures the empty state of the Indicators page does not appear when any threat intelligence integrations are installed ({pull}143328[#143328]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Turns the anomalies count on the Entity Analytics dashboard into a link that jumps down the page to the Anomalies table ({pull}143085[#143085]) | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Pre-selects the `threat` category when you open the Fields browser ({pull}142698[#142698]). | ||
| * Adds a `copy to clipboard` action for indicators throughout the Threat Intelligence plugin ({pull}142675[#142675]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Adds a `User risk classification` column to the Users table ({pull}142610[#142610]). | ||
| * Adds a label to the Indicators page that states when it was last updated ({pull}142560[#142560]). | ||
| * Specifies that links from the Threat Intelligence plugin to the Integrations page should open the Threat Intelligence integrations category ({pull}142538[#142538]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Enables full-screen mode on the Indicators table ({pull}142519[#142519]). | ||
| * Implements the standard searchbar and date picker on the Threat Intelligence page ({pull}142336[#142336]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Updates the design of the Rule Exceptions page ({pull}142289[#142289]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Displays comments for expanded items in the Action history page ({pull}141938[#141938]). | ||
|
benironside marked this conversation as resolved.
|
||
| // Items below this line were labeled as "bugfixes" rather than "enhancements" | ||
| * Replaces the *Run job* button with a *Stop job* button when the job is running ({pull}146407[#146407]). | ||
| * Fixes a bug that prevented you from editing an exception while adding a comment to it from the Rules details flyout ({pull}145575[#145575]). | ||
| * Fixes a bug that could cause rule previews for New Terms rules to fail ({pull}145707[#145707]). | ||
| * Fixes a bug that could cause a `Page not found` error when you navigated to a shared exception list ({pull}145833[#145833]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Fixes a bug with the loading indicator that appears when bulk actions are pending ({pull}145905[#145905]). | ||
| * Fixes a bug with the display of the count of linked rules for shared exception lists ({pull}145976[#145976]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Fixes a bug that prevented you from editing {endpoint} policies created before version 8.3.0 if you had a basic license ({pull}146050[#146050]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Fixes a bug that sometimes prevented the Rules table from updating as expected ({pull}146271[#146271]). | ||
| * Fixes a bug that sometimes prevented the display of rule preview graphs for custom rules ({pull}142120[#142120]). | ||
| * Removes the "Optional" label from the `Additional look-back time` rule setting ({pull}142375[#142375]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Fixes a bug that could result in duplicate entries in the Host's page's Events table query ({pull}143239[#143239]). | ||
| * Fixes a bug that could interfere with Platinum users' access to the Host Isolation page ({pull}143366[#143366]). | ||
| * Fixes a bug that prevented Analyzer's state from persisting when you switched tabs on the Alerts page ({pull}144291[#144291]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Fixes a bug that sometimes caused a page crash when you searched for an indicator ID on the Intelligence page ({pull}144344[#144344]). | ||
| * Fixes a bug that prevented newly imported rules from appearing on the Rules page before the page was refreshed ({pull}144359[#144359]). | ||
| * Fixes a bug with the toast message for successful bulk editing of rules ({pull}144497[#144497]). | ||
| * Fixes a bug that prevented Analyzer from opening in Timeline when the "Show only detection alerts" option is enabled ({pull}144705[#144705]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Fixes bugs that affected the display and persistence of event action menus ({pull}145025[#145025]). | ||
| * Fixes a bug that limited the display of breadcrumbs on the Rule Exceptions page ({pull}145605[#145605]). | ||
|
benironside marked this conversation as resolved.
Outdated
|
||
| * Fixes various minor UI bugs on the Rule exceptions page ({pull}145334[#145334]). | ||
|
benironside marked this conversation as resolved.
Outdated
benironside marked this conversation as resolved.
Outdated
|
||
Uh oh!
There was an error while loading. Please reload this page.