From 7c5ecdebdc9dbb1291b12904378912c5a669a620 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:10:28 -0500 Subject: [PATCH] [main] Update allowlist-endpoint-3rd-party-av.asciidoc (backport #6085) (#6156) the driver and ELAM paths were inverted Co-authored-by: Janeen Mikell Roberts <57149392+jmikell821@users.noreply.github.com> (cherry picked from commit d5af583ee2fef2b9bb6d86f4034b5d5bce65bf07) Co-authored-by: Thomas Youngs <58738491+tyoungs-estc@users.noreply.github.com> (cherry picked from commit 9127f0069e8d8a262b4479f9d826d76d08e4d64d) --- .../admin/allowlist-endpoint-3rd-party-av.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/management/admin/allowlist-endpoint-3rd-party-av.asciidoc b/docs/management/admin/allowlist-endpoint-3rd-party-av.asciidoc index e4dd3f47a1..383620e569 100644 --- a/docs/management/admin/allowlist-endpoint-3rd-party-av.asciidoc +++ b/docs/management/admin/allowlist-endpoint-3rd-party-av.asciidoc @@ -13,8 +13,8 @@ NOTE: Your AV software may refer to allowlisted processes as process exclusions, File paths: -* ELAM driver: `c:\Windows\system32\drivers\elastic-endpoint-driver.sys` -* Driver: `c:\Windows\system32\drivers\ElasticElam.sys` +* ELAM driver: `c:\Windows\system32\drivers\ElasticElam.sys` +* Driver: `c:\Windows\system32\drivers\elastic-endpoint-driver.sys` * Executable: `c:\Program Files\Elastic\Endpoint\elastic-endpoint.exe` + NOTE: The executable runs as `elastic-endpoint.exe`. @@ -53,4 +53,4 @@ File path: * Executable: `/opt/Elastic/Endpoint/elastic-endpoint` + -NOTE: The executable runs as `elastic-endpoint`. \ No newline at end of file +NOTE: The executable runs as `elastic-endpoint`.