From 6b17adb6a74f516807430c448682c3d7c64d5fc6 Mon Sep 17 00:00:00 2001 From: Raphael Cohen Date: Wed, 20 Sep 2023 11:05:37 +0200 Subject: [PATCH] fix(agent): Fixes troubleshoot log paths --- .../collect/integrations/endpoint/sekoiaio.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md b/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md index 66f27efe54..4a783d4e09 100644 --- a/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md +++ b/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md @@ -343,10 +343,19 @@ Right now, our agent uses on average less than 3% of CPU and less than 1% of RAM The first step to troubleshoot your Sekoia agent installation is to check the logs Here are the paths where to find the logs: -|OS|path| -|--|--| -|Windows|C:\Windows\System32\config\systemprofile\AppData\Local\SEKOIA.IO\EndpointAgent\logs| -|Linux|/var/log/endpoint-agent/agent.log| + +=== "Windows" + + ``` + C:\Windows\System32\config\systemprofile\AppData\Local\SEKOIA.IO\EndpointAgent\logs\agent.log + ``` + +=== "Linux" + + ``` + /var/log/endpoint-agent/agent.log + ``` + !!! note Please remember to always use the latest Sekoia.io agent version. We recommand to activate the update option.