From be3bd55764f16cf97461f87848c1d2840b16b1b4 Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:22:39 -0700 Subject: [PATCH] Adds release note for top command (#4027) * adds release note for top command * bugfix * Update docs/release-notes/8.9.asciidoc * Update docs/release-notes/8.9.asciidoc Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> * Update docs/release-notes/8.9.asciidoc Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> --------- Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> (cherry picked from commit 432a78458b136be00362e54a8696a69ccebdae4a) --- 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..cf315a77d3 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 +* Introduces the `top` command for MacOS and Linux, which shows active processes that {elastic-endpoint} is monitoring and recording. Processes are sorted by how much CPU they are causing {elastic-endpoint} to consume. Learn more about the `top` command by referring to the (https://www.github.com/elastic/endpoint/blob/main/EndpointTopCommand.md[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]).