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 formatting.md #1467

Merged
merged 4 commits into from
Jan 18, 2024
Merged
Changes from 3 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
7 changes: 4 additions & 3 deletions docs/xdr/features/collect/integrations/endpoint/sekoiaio.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ Here's a non-exhaustive list of kind of events the agent is able to detect

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"
Expand All @@ -336,9 +337,9 @@ If you want to enable this feature, follow these steps:
```

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