Skip to content

Commit 85e735b

Browse files
[8.1] [DOCS] 8.1.0 Release Notes (backport #1633) (#1679)
Co-authored-by: nastasha-solomon <79124755+nastasha-solomon@users.noreply.github.com>
1 parent 4866781 commit 85e735b

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

docs/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
This section summarizes the changes in each release.
55

6+
* <<release-notes-8.1.0, {elastic-sec} version 8.1.0>>
67
* <<release-notes-8.0.1, {elastic-sec} version 8.0.1>>
78
* <<release-notes-8.0.0, {elastic-sec} version 8.0.0>>
89
* <<release-notes-8.0.0-rc2, {elastic-sec} version 8.0.0-rc2>>
@@ -12,4 +13,5 @@ This section summarizes the changes in each release.
1213
:issue: https://github.com/elastic/kibana/issues/
1314
:pull: https://github.com/elastic/kibana/pull/
1415

16+
include::release-notes/8.1.asciidoc[]
1517
include::release-notes/8.0.asciidoc[]

docs/release-notes/8.1.asciidoc

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[[release-notes-header-8.1.0]]
2+
== 8.1
3+
4+
[discrete]
5+
[[release-notes-8.1.0]]
6+
=== 8.1.0
7+
8+
[discrete]
9+
[[breaking-changes-8.1.0]]
10+
==== Breaking changes
11+
// tag::breaking-changes[]
12+
// NOTE: The breaking-changes tagged regions are re-used in the Elastic Installation and Upgrade Guide. The pull attribute is defined within this snippet so it properly resolves in the output.
13+
:pull: https://github.com/elastic/kibana/pull/
14+
There are no breaking changes in 8.1.0.
15+
// end::breaking-changes[]
16+
17+
[discrete]
18+
[[features-8.1.0]]
19+
==== Features
20+
* Adds a *Technical preview* toggle above the Rules table which, when enabled, allows users to sort on all rule management columns ({pull}119611[#119611]).
21+
* Introduces a new *Host risk classification* column in the All hosts table on the *Hosts* page. In addition, a new *Host by risk* tab has been added to the *Hosts* page and host detail pages. From the *Host by risk* tab, you can access an explanation of how a host’s risk is calculated and scored ({pull}122980[#122980], {pull}122586[#122586], {pull}122018[#122018], {pull}121075[#121075], {pull}120487[#120487], {pull}119734[#119734]).
22+
* Introduces the ability to bulk edit rule index patterns and tags ({pull}122635[#122635]).
23+
* Expands Endpoint per-policy artifact assignment to include endpoint event filters and host isolation IP exceptions ({pull}121879[#121879], {pull}121632[#121632]).
24+
* Adds the rule execution UUID field to alerts. In addition, the `kibana.alert.rule.execution.uuid` field is now part of the alert data schema and can be found in the field browser in the Alerts table.({pull}113058[#113058]).
25+
* Introduces case metrics that summarize alert information and response times ({pull}121336[#121336]).
26+
* Improves copy for the privilege check on the Endpoints page ({pull}124118[#124118]).
27+
28+
[discrete]
29+
[[bug-fixes-8.1.0]]
30+
==== Bug fixes and enhancements
31+
* Improves the performance of indicator match rules ({pull}123882[#123882], {pull}123677[#123677]).
32+
* Changes the default indicator index query of custom and prebuilt indicator match rules to `@timestamp >= "now-30d/d"` ({pull}123590[#123590]).
33+
* Improves the exceptions interface by replacing the exceptions modal with a flyout ({pull}123408[#123408]).
34+
* Alert details flyout enhancements:
35+
** Shows different highlighted fields in an alert’s details flyout based on its type, category, and code ({pull}123239[#123239]).
36+
** Adds overview cards with key data to the alert details flyout ({pull}120347[#120347]).
37+
* Allows users to aggregate alert data based on a larger selection of ECS fields instead of just 10 preset options ({pull}120610[#120610]).
38+
* Enriches threshold-related alert data from correct fields ({pull}125376[#125376]).
39+
* Hides the delete button for disabled exception lists ({pull}122844[#122844]).
40+
* Fixes various minor UX bugs ({pull}121410[#121410]).

0 commit comments

Comments
 (0)