Skip to content
Merged
Show file tree
Hide file tree
Changes from 32 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
95 changes: 95 additions & 0 deletions docs/release-notes/8.8.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
[[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 and later, 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 ({pull}150202[#150202]).
* 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 documents. This field provides a shareable URL for the alert ({pull}155069[#155069]).
* Adds the ability to duplicate a shared exception list ({pull}154991[#154991]).
* Allows Timeline notes to be deleted ({pull}154834[#154834]).
* Allows you to specify conditions for when rule actions should run ({pull}154680[#154680]).
* Adds the ability to snooze rule notifications from the Rules table, the rule details page, or the Actions tab when editing a rule ({pull}153083[#153083], {pull}155407[#155407], {pull}155612[#155612]).
* Adds controls to the Alerts page that allow you to customize which filters appear at the top of the page ({pull}152450[#152450]).
* 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]).



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

* Renames the Notable Anomalies section in the Entity Analytics dashboard to Anomalies ({pull}155687[#155687]).
* Displays additional {ml} anomaly jobs on the Entity Analytics dashboard ({pull}155520[#155520]).
* Makes alert count links on the Entity Analytics dashboard navigate to the Alerts page instead of opening in Timeline ({pull}153372[#153372]).
* Updates the Data Quality dashboard to include a new tree map and storage size metrics for each index ({pull}155581[#155581]).
* Adds cloud infrastructure-related fields to the alert details flyout highlighted fields section ({pull}155247[#155247]).
* 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 a rule has reached the maximum number of alerts limit ({pull}154112[#154112]).
* Updates how browser field descriptions are provided to {kib} ({pull}153498[#153498]).
* Enables multi-level grouping for alerts on the Alerts page, based on various fields ({pull}152862[#152862]).
* Adds links to the Detection & Response and Entity Analytics dashboards that jump to the Alerts page with filters enabled ({pull}152714[#152714]).
* Updates the visualizations throughout {elastic-sec} to Lens visualizations ({pull}150531[#150531]).
* Adds a *Share alert* link to the alert details flyout ({pull}148800[#148800]).
* Adds a warning message to the Rules page when a maintenance window is running ({pull}155386[#155386]).
* 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 analytic graphs to match the colors used for alert 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 simultaneously edited a Timeline ({pull}155663[#155663]).
* Fixes a bug that could cause the wrong number of rules to appear in the modal for duplicating rules ({pull}155959[#155959]).
* Fixes a bug that could cause a blank option to appear in the Create rule exception form ({pull}155221[#155221]).
* 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
* Fixes the delete index API so it only removes {elastic-sec} 7.x signals indices (`.siem-signals-<space-id>`), index templates, and ILMs and doesn't delete 8.x alert indices (`.alerts-security.alerts-<space-id>`).
Comment thread
nastasha-solomon marked this conversation as resolved.
Outdated