You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/8.18.asciidoc
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,30 @@
1
1
[[release-notes-header-8.18.0]]
2
2
== 8.18
3
3
4
+
[discrete]
5
+
[[release-notes-8.18.8]]
6
+
=== 8.18.8
7
+
8
+
[discrete]
9
+
[[features-8.18.8]]
10
+
==== New features
11
+
* Adds an {elastic-defend} option to remediate orphaned state by attempting to start Elastic Agent service.
12
+
13
+
[discrete]
14
+
[[enhancements-8.18.8]]
15
+
==== Enhancements
16
+
* Fixes {elastic-defend} error log on Windows where only the first character, usually 'C', was logged instead of a path.
17
+
18
+
[discrete]
19
+
[[bug-fixes-8.18.8]]
20
+
==== Fixes
21
+
* Removes `null` in confirmation dialog when bulk editing index patterns for rules ({kibana-pull}236572[#236572]).
22
+
* Fixes the URL passed to detection rule actions via the `{{context.results_link}}` placeholder ({kibana-pull}236067[#236067]).
23
+
* Adds support in {elastic-defend} for installing eBPF probes on Linux endpoints when taskstats is compiled out of the kernel.
24
+
* Fixes a bug in {elastic-defend} where Linux network events could have source and destination bytes swapped.
25
+
* Removes `.process.thread.capabilities.permitted` and `.process.thread.capabilities.effective` from Linux network events in {elastic-defend}.
26
+
* Fixes a bug in {elastic-defend} where host isolation could auto-release incorrectly. Host isolation now only releases when {elastic-endpoint} becomes orphaned. Intermittent {elastic-agent} connectivity changes no longer alter the host isolation state.
0 commit comments