From dd70743386a97d70605e569783715cea90115187 Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein Date: Mon, 9 Oct 2023 18:29:02 -0700 Subject: [PATCH] adds release note for top command --- docs/release-notes/8.9.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/8.9.asciidoc b/docs/release-notes/8.9.asciidoc index b057eb8f72..f5760bea2b 100644 --- a/docs/release-notes/8.9.asciidoc +++ b/docs/release-notes/8.9.asciidoc @@ -147,6 +147,7 @@ There are no breaking changes in 8.9.0. [discrete] [[features-8.9.0]] ==== New features +* Enables the `top` command for MacOS and Linux, which shows active processes sorted by much CPU they are causing {elastic-endpoint} to consume (www.github.com/elastic/endpoint/blob/main/EndpointTopCommand.md[`top` Readme]). * Allows you to install the Cloud Security Posture Management (CSPM) integration via CloudFormation ({pull}159994[#159994]). * Creates a new dashboard, Cloud Native Vulnerability Management, that provides an overview of vulnerabilities on your cloud hosts ({pull}159699[#159699]). * Allows you to group vulnerabilities by resource (host) on the Vulnerabilities Findings page, and creates a Resource flyout that displays detailed vulnerability findings for individual hosts ({pull}159873[#159873], {pull}158987[#158987]).