Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sekoiaio.md #1543

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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