You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/regional-segment-eu.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ To create a workspace with a different data processing region:
30
30
## Regional Data Ingestion
31
31
Regional Data Ingestion enables you to send data to Segment from both Device-mode and Cloud-mode sources through regionally hosted API ingest points. The regional infrastructure can fail across locations within a region, but never across regions.
32
32
33
-
Segment's EU instance only supports data ingestion from Dublin, Ireland through the `in.eu2.segmentapis.com/v1` endpoint.
33
+
Segment's EU instance only supports data ingestion from Dublin, Ireland with the `events.eu1.segmentapis.com/v1` endpoint.
34
34
35
35
### Set your Data Ingestion Region
36
36
To set your Data Ingestion Region:
@@ -39,7 +39,7 @@ To set your Data Ingestion Region:
39
39
3. Click **Regional Settings**.
40
40
4. Choose your **Data Ingestion Region**.
41
41
* If you’re in the *US West* data processing region, you can select from: Dublin, Singapore, Oregon, and Sydney.
42
-
* If you're in the *EU West* data processing region, Segment’s EU instance only supports data ingestion from Dublin with the `events.eu1.segmentapis.com` endpoint.
42
+
* If you're in the *EU West* data processing region, Segment’s EU instance only supports data ingestion from Dublin with the `events.eu1.segmentapis.com/v1` endpoint.
43
43
44
44
### Client-side sources
45
45
You can configure Segment’s client-side SDKs for Javascript, iOS, Android, and React Native sources to send data to a regional host after you’ve updated the Data Ingestion Region in that source’s settings.
@@ -52,12 +52,12 @@ All regions are configured on a per-source basis. Configure the region for each
52
52
All Segment client-side SDKs read this setting and update themselves automatically to send data to new endpoints when the app reloads. You don't need to change the code when you switch regions.
53
53
54
54
### Server-side and project sources
55
-
When you send data from a server-side or project source, you can use the `host` configuration parameter to send data to the desired region, which will be Dublin — `in.eu2.segmentapis.com/v1`
55
+
When you send data from a server-side or project source, you can use the `host` configuration parameter to send data to the desired region, which will be Dublin — `events.eu1.segmentapis.com/v1`
56
56
57
57
## Regional Data Storage
58
-
[Regional Data Storage](/docs/connections/data-residency/#regional-data-storage) isn't supported in EU workspaces.
58
+
[Regional Data Storage](/docs/connections/regional-segment/#regional-data-storage) is in beta in the US and currently isn't supported in EU workspaces.
59
59
60
-
## EU Updates
60
+
## EU Storage Updates
61
61
### Data Lakes
62
62
Regional Segment in the EU changes the way you [configure the Data Lakes AWS environment](/docs/connections/storage/data-lakes/data-lakes-manual-setup/#iam-role).
0 commit comments