Skip to content

Commit

Permalink
feat: Set region in Sekoia.io agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkheir committed Dec 6, 2023
1 parent b5350aa commit 1a256a9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/xdr/features/collect/integrations/endpoint/sekoiaio.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <region_name>` 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 <INTAKE_KEY> --region fra2
```

### Update

#### Disable automatic update
Expand Down

0 comments on commit 1a256a9

Please sign in to comment.