Skip to content

Add USA1 region in public doc #2252

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
37 changes: 37 additions & 0 deletions docs/getting_started/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,40 @@ UAE1 is our middle eastern region hosted in Azure (UAE North, Dubai)
</tr>
</tbody>
</table>

## North America - USA1

USA1 is our northern american region hosted in OVH (USA East, Virginia)

<table style="width:100%">
<tbody>
<tr>
<td><strong>Name</strong></td>
<td><strong>USA1</strong></td>
</tr>
<tr>
<td>Location</td>
<td>🇦🇪 United States of America / Virginia</td>
</tr>
<tr>
<td>Infrastructure</td>
<td>OVH</td>
</tr>
<tr>
<td>URL</td>
<td><a href="https://app.usa1.sekoia.io">https://app.usa1.sekoia.io</a></td>
</tr>
<tr>
<td>API</td>
<td><a href="https://api.usa1.sekoia.io">https://app.usa1.sekoia.io</a></td>
</tr>
<tr>
<td>HTTP Intake</td>
<td><a href="https://app.usa1.sekoia.io/api/v1/intake-http">https://app.usa1.sekoia.io/api/v1/intake-http</a></td>
</tr>
<tr>
<td>Syslog Intake</td>
<td><a href="app.usa1.sekoia.io:10514">app.usa1.sekoia.io:10514</a></td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Please find our English tutorial video below to see how to configure the forward
* **FRA1** intake.sekoia.io on port 10514
* **FRA2** fra2.app.sekoia.io on port 10514
* **MCO1** mco1.app.sekoia.io on port 10514
* **EUA1** app.uae1.sekoia.io on port 10514
* **UAE1** app.uae1.sekoia.io on port 10514
* **USA1** app.usa1.sekoia.io on port 10514

!!! note
The disk choice (SSD or HDD type) has no impact on the performance of Sekoia.io Forwarder.
Expand Down Expand Up @@ -152,7 +153,7 @@ Two environment variables are used to customize the container. These variables a

* `MEMORY_MESSAGES=2000000` means the queue is allowed to store up to 2,000,000 messages in memory. If we consider a message size is 1.2KB, then you will use 2,4GB of RAM memory (2000000 * 1.2KB = 2.4GB).
* `DISK_SPACE=180g` means the queue is allowed to store on disk up to 180giga of messages.
* `REGION=FRA1` is the region where to send the logs. Currently 4 options are available: `FRA1`, `FRA2`, `MCO1` and `UAE1`
* `REGION=FRA1` is the region where to send the logs. Currently 5 options are available: `FRA1`, `FRA2`, `MCO1`, `UAE1` and `USA1`

[Here](#prerequisites) you will find recommendations to set these variables based on the number of assets. You can also define your own values, which should be chosen according to your virtual machine's template.

Expand Down
3 changes: 3 additions & 0 deletions docs/xdr/features/collect/integrations/endpoint/sekoiaio.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ The Sekoia.io Endpoint Agent uses the HTTPS protocol to send its events and has
=== "UAE1"
* https://app.uae1.sekoia.io

=== "USA1"
* https://app.usa1.sekoia.io


## Installation

Expand Down