From b4f0196f6ce39a05c57221782e5666947cf28517 Mon Sep 17 00:00:00 2001 From: Thomas Youngs <58738491+tyoungs-estc@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:27:11 -0500 Subject: [PATCH] Update allowlist-endpoint-3rd-party-av.asciidoc the driver and ELAM paths were inverted --- .../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`.