Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
48a9c97
starts draft, creates new page
benironside May 12, 2023
eda16e9
ports changes to this branch from another branch
benironside May 15, 2023
512147d
Finish bug fixes section
benironside May 16, 2023
eb615b5
Adds a feature
benironside May 16, 2023
53e3ba8
fixes build error
benironside May 16, 2023
1095684
Updating known issues
nastasha-solomon May 17, 2023
397a8d6
Adding breaking changes
nastasha-solomon May 21, 2023
5b89d41
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
aa7b233
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
5b4e4ef
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
b68b2b5
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
34cab73
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
2d5fce5
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
6e7007d
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
6f61443
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
b7c1e14
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
f73be17
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
7ab0a52
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
6a4416a
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
8c3bfc2
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
219c75c
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
8aef77b
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
107e907
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
e9815ba
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
c92ab21
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
dd57c16
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
ffe0fa3
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
e209dc0
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
3419a65
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
c023289
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
e1301e2
Update docs/release-notes/8.8.asciidoc
benironside May 22, 2023
85b2781
Adding delete api bugfix
nastasha-solomon May 23, 2023
c08a909
incorporates Janeen's feedback and minor edits
benironside May 24, 2023
09f48e8
throttle field deprecation summary
nastasha-solomon May 24, 2023
b835e79
Various edits, incorporates feedback
benironside May 24, 2023
6590852
Merge branch 'issue-3139-8.8-release-notes' of https://github.com/ela…
benironside May 24, 2023
619e37e
Merge branch 'main' into issue-3139-8.8-release-notes
benironside May 24, 2023
8181705
adds cloud features
benironside May 24, 2023
48750d7
Update docs/release-notes/8.8.asciidoc
benironside May 25, 2023
f9c8623
Update docs/release-notes/8.8.asciidoc
benironside May 25, 2023
78b72b0
Merge branch 'main' into issue-3139-8.8-release-notes
benironside May 25, 2023
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
2 changes: 2 additions & 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.8.0, {elastic-sec} version 8.8.0>>
* <<release-notes-8.7.1, {elastic-sec} version 8.7.1>>
* <<release-notes-8.7.0, {elastic-sec} version 8.7.0>>
* <<release-notes-8.6.2, {elastic-sec} version 8.6.2>>
Expand Down Expand Up @@ -37,6 +38,7 @@ This section summarizes the changes in each release.
:issue: https://github.com/elastic/kibana/issues/
:pull: https://github.com/elastic/kibana/pull/

include::release-notes/8.8.asciidoc[]
include::release-notes/8.7.asciidoc[]
include::release-notes/8.6.asciidoc[]
include::release-notes/8.5.asciidoc[]
Expand Down
97 changes: 97 additions & 0 deletions docs/release-notes/8.8.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
[[release-notes-header-8.8.0]]
== 8.8

[[release-notes-8.8.0]]
=== 8.8.0

[discrete]
[[known-issue-8.8.0]]
==== Known issues

* Setting the `max_signals` value higher than the {kibana-ref}/alert-action-settings-kb.html#alert-settings[`xpack.alerting.rules.run.alerts.max`] value will lead to rule failure.

[discrete]
[[breaking-changes-8.8.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: https://github.com/elastic/kibana/pull/
* The privileges for attaching alerts to cases has changed. Now, you need at least `Read` privileges for Security and `All` privileges for Cases ({pull}147985[#147985]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Rule API changes are introduced with conditional actions. In {elastic-sec} 8.7 and earlier, action frequencies were set on a rule level by defining the `throttle` field. In 8.8, action frequencies are set on an action level and the `throttle` field is replaced by the `frequency` and `alert_filters` fields. The following APIs are affected:
Comment thread
benironside marked this conversation as resolved.
Outdated
** <<rules-api-get,Get rule>>
** <<rules-api-find,Find rules>>
** <<rules-api-create,Create rule>>
** <<rules-api-update,Update rule>>
** <<bulk-actions-rules-api,Bulk rule actions>>
Comment thread
nastasha-solomon marked this conversation as resolved.

//end::breaking-changes[]


[discrete]
[[deprecations-8.8.0]]
==== Deprecations
There are no deprecations in 8.8.0.


[discrete]
[[features-8.8.0]]
==== New features

* Adds a new response action that allows you to execute commands on a selected host (https://github.com/elastic/security-team/issues/5441[5441]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds a threat intelligence overview section to alert details for alerts generated by indicator rules ({pull}155328[#155328]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds the `kibana.alert.url` field to alert events. Its value is a link to the alert details in Kibana ({pull}155069[#155069]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds an option to duplicate a shared exception list from its more actions menu ({pull}154991[#154991]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds a button that allows you to delete a note from a Timeline ({pull}154834[#154834]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds rule action filters that let you specify whether actions should only run under particular conditions ({pull}154680[#154680]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds a "snooze rule" button to the rules table ({pull}153083[#153083]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds a "snooze rule" button to the rule details and edit rule pages ({pull}155407[#155407], {pull}155612[#155612]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds controls to the Alerts page that allow you to customize which filters appear at the top of the page ({pull}152450[#152450]).
* Adds an expandable section to the alert details flyout with various additional features and information. NOTE: to access this functionality you currently need to add a line to the `kibana.json` file. {pull}152935[#152935], {pull}152767[#152767], {pull}152303[#152303], {pull}152150[#152150], {pull}152047[#152047], {pull}150240[#150240], {pull}153807[#153807], {pull}153187[#153187], {pull}153706[#153706], {pull}153074[#153074], {pull}154196[#154196], {pull}153903[#153903], {pull}154114[#154114]).
Comment thread
benironside marked this conversation as resolved.
Outdated
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds a "visualizations" section to the Alert details flyout ({pull}154786[#154786]).
* Adds Analyzer to the expanded alert details flyout ({pull}153709[#153709]).
* Adds Session View to the expanded alert details flyout ({pull}154597[#154597]).


LENS update: visualizations throughout security have been updated to Lens visualizations, and can be opened in Lens
Comment thread
benironside marked this conversation as resolved.
Outdated
Comment thread
benironside marked this conversation as resolved.
Outdated

[discrete]
[[enhancements-8.8.0]]
==== Enhancements

* Updates the Notable anomalies table, and renames it to Anomalies ({pull}155687[#155687]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Updates the Data Quality dashboard to include a new tree map, and storage size metrics for each index ({pull}155581[#155581]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Displays additional anomaly jobs on the Entity Analytics dashboard ({pull}155520[#155520]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds cloud infrastructure-related fields to the alert details flyout's highlighted fields ({pull}155247[#155247]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Allows you to specify how to handle alert suppression for alerts with missing fields ({pull}155055[#155055]).
* Updates the rule settings Actions interface ({pull}154526[#154526]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds a warning message to tell you when the maximum number of alerts for a single rule execution is exceeded ({pull}154112[#154112]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Updates how browser field descriptions are provided to {kib} ({pull}153498[#153498]).
* Makes alert links on the Entity Analytics page navigate to the Alerts page instead of opening in Timeline ({pull}153372[#153372]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Enables multi-level grouping for alerts on the Alerts page, based on various fields ({pull}152862[#152862]).
* Makes it possible to link directly to a version of the Alerts page with filters active, and makes widgets on the Detection and Response dashboard do so ({pull}152714[#152714]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Updates the visualizations throughout {elastic-sec} to Lens visualizations ({pull}150531[#150531]).
* Adds a "Share alert" button to the alert details flyout, and makes alert flyout URLs more sharable ({pull}148800[#148800]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds a note to the Rules page when a maintenance window is running ({pull}155386[#155386]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Adds a global search bar to the Detections and Response and Entity Analytics dashboards ({pull}156832[#156832]).


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

* Fixes a bug that interfered with the default time range when you opened an alert in Timeline ({pull}156884[#156884]).
* Updates where the technical preview tags appear for host risk score features ({pull}156659[#156659], {pull}156514[#156514]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Fixes a bug that could cause the alerts page to become unresponsive after you entered an invalid query ({pull}156542[#156542]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Updates the colors used for entity analytics graphs to match the colors used for alerts graphs ({pull}156383[#156383]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Fixes a bug that caused errors on the Data Quality dashboard when a `basePath` was configured ({pull}156233[#156233]).
* Fixes a bug that could cause problems when different users edited a single timeline simultaneously ({pull}155663[#155663]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Fixes a bug that could cause the wrong number of rules to appear in the interface for duplicating rules ({pull}155959[#155959]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Fixes a bug that could cause a blank option to appear in the Create rule exception interface ({pull}155221[#155221]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Fixes issues that affected tags in the Add rule exception component of the Shared Exception Lists page ({pull}155219[#155219]).
* Fixes a bug that displayed an outdated count of affected rules on the Shared Exception Lists page ({pull}155108[#155108]).
* Improves performance for rendering indicator match alerts on the Alerts page ({pull}154821[#154821]).
* Fixes a bug that could affect alert prevalence counts on the Alerts page ({pull}154544[#154544]).
* Adds the "Add to timeline" action to alert counts on the Detections and Response dashboard and the Entity Analytics dashboard ({pull}154299[#154299]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Fixes a bug that could prevent you from using breadcrumbs to navigate back to the Rules page ({pull}150322[#150322]).
Comment thread
benironside marked this conversation as resolved.
Outdated
* Fixes a bug that could prevent the *View all open alerts* button on the Detection and Response dashboard from applying the right filters ({pull}156893[#156893]).
Comment thread
benironside marked this conversation as resolved.
Outdated