Skip to content

Commit

Permalink
Add USA1 region in public doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Cuny authored and Julien Cuny committed Mar 1, 2025
1 parent 46bc1a4 commit b8266c5
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
41 changes: 41 additions & 0 deletions docs/getting_started/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,44 @@ UAE1 is our middle eastern region hosted in Azure (UAE North, Dubai).
</tbody>
</table>

## United States of America - USA1

USA1 is our northern america 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 / East</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://api.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>
<tr>
<td>Syslog RELP Intake</td>
<td><a href="app.usa1.sekoia.io:11514">app.usa1.sekoia.io:11514</a></td>
</tr>
</tbody>
</table>

3 changes: 3 additions & 0 deletions docs/integration/categories/endpoint/sekoiaio.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,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
Original file line number Diff line number Diff line change
Expand Up @@ -153,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

0 comments on commit b8266c5

Please sign in to comment.