From 1a256a9223ebb0e4dafea9e91c16f56640337edc Mon Sep 17 00:00:00 2001 From: Raphael Cohen Date: Wed, 6 Dec 2023 09:24:31 +0100 Subject: [PATCH] feat: Set region in Sekoia.io agent --- .../collect/integrations/endpoint/sekoiaio.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md b/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md index df2a38f102..9dda8ca8c0 100644 --- a/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md +++ b/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md @@ -126,6 +126,17 @@ To disable audit logging the following should be done as root: A reboot may be necessary if the audit events are still appearing in the logs. +#### Setting the region + +When installing the agent it is possible to specify the region the agent will communicate with. +To do it simply append `--region ` at the end of the command. + +For example if the agent must communicate with `fra2` the following command can be executed: + +```shell +agent.exe install --intake-key --region fra2 +``` + ### Update #### Disable automatic update