Skip to content

Commit

Permalink
Merge pull request #1543 from SEKOIA-IO/Update_SekoiaAgent_doc
Browse files Browse the repository at this point in the history
Update sekoiaio.md
  • Loading branch information
Men-hau authored Jan 15, 2024
2 parents 66dd0fa + 43ad9a9 commit 80c862d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/xdr/features/collect/integrations/endpoint/sekoiaio.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,22 +349,22 @@ If needed, the Sekoia.io agent can use a proxy server for its HTTPS requests.
If you want to enable this feature, follow these steps:
1. Edit the configuration file at:

=== "Windows"
=== "Windows"

```
C:\Windows\System32\config\systemprofile\AppData\Local\Sekoia.io\EndpointAgent\config.yaml
```
```
C:\Windows\System32\config\systemprofile\AppData\Local\Sekoia.io\EndpointAgent\config.yaml
```

=== "Linux"
=== "Linux"

```
/etc/endpoint-agent/config.yaml
```
```
/etc/endpoint-agent/config.yaml
```

2. Add the following line:
```
HTTPProxyURL: "<PROXY_URL>"
```
```
HTTPProxyURL: "<PROXY_URL>"
```
If you want to automate the installation of the agent with this configuration option, make sure that a `config.yaml` file with this line is present in the working directory before launching the install command.
Expand Down

0 comments on commit 80c862d

Please sign in to comment.