From 99809ad2cf0a7d670617be414b2afa5fc93c407f Mon Sep 17 00:00:00 2001 From: Lfdelossantos <67085442+Lfdelossantos@users.noreply.github.com> Date: Wed, 30 Apr 2025 13:14:21 -0400 Subject: [PATCH] Remove Data Ingestion Settings Instructions In this PR: the section mentioned in these docs was removed https://github.com/segmentio/app/pull/23387 So this PR just removes the associated instructions for those settings as well --- src/guides/regional-segment.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/guides/regional-segment.md b/src/guides/regional-segment.md index c58c76479b..00255bd0c9 100644 --- a/src/guides/regional-segment.md +++ b/src/guides/regional-segment.md @@ -127,23 +127,6 @@ Segment maintains and hosts these sources, and they don't require SDK-level conf If you're using other cloud sources not listed here, they may only be available in US-based workspaces. Reach out to Segment Support if you're unsure whether a cloud source is supported in the EU. -## Updating source settings in Segment - -After you’ve configured your SDKs or custom integrations, double-check that your source settings in Segment are using the correct regional endpoint. - -To set your data ingestion region: - -1. Go to your source's **Settings** tab. -2. Click **Regional Settings**. -3. Choose your **Data Ingestion Region**. - - If your workspace is in the *US West* data processing region, you can select from: Dublin, Singapore, Oregon, or Sydney. - - If your workspace is in the *EU West* data processing region, Segment only supports ingestion from Dublin, using the `events.eu1.segmentapis.com/` endpoint. -4. Save your changes. - -All regions are configured on a **per-source** basis. You'll need to configure the region for each source separately if you don't want to use the default region. - -Segment’s client-side SDKs automatically fetch this setting and update themselves the next time the app reloads. However, for mobile apps and critical regional routing, Segment recommends also [setting the endpoint manually in your SDK configuration](#set-up-your-sources-for-eu-or-us-workspaces. - ## Create a new workspace with a different region > info ""