Skip to content

Commit

Permalink
Merge pull request #1337 from SEKOIA-IO/fix/agent_troubleshoot_logs
Browse files Browse the repository at this point in the history
fix(agent): Fixes troubleshoot log paths
  • Loading branch information
Darkheir authored Sep 20, 2023
2 parents 8131e28 + 6b17adb commit 07e5d5e
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/xdr/features/collect/integrations/endpoint/sekoiaio.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 07e5d5e

Please sign in to comment.