From 43ad9a93ba6497491f16af037745a08fd6cef3bb Mon Sep 17 00:00:00 2001 From: Men-hau <101662967+Men-hau@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:31:32 +0100 Subject: [PATCH] Update sekoiaio.md --- .../collect/integrations/endpoint/sekoiaio.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md b/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md index 4ddea2a8d..c9167c3d4 100644 --- a/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md +++ b/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md @@ -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: "" - ``` + ``` + HTTPProxyURL: "" + ``` 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.