Skip to content

Commit f5a8fd7

Browse files
authored
Deprecate India data center (#5252)
* Deprecate ap-south-1 (Mumbai, India) data center region * add rn * update release note * move rn * Update and rename 2025-04-29-api.md to 2025-04-09-api.md
1 parent ddbc59d commit f5a8fd7

File tree

59 files changed

+34
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+34
-128
lines changed

blog-developer/2025-04-09-api.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: April 9, 2025 - Deprecation of Sumo Logic India Data Center
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
hide_table_of_contents: true
5+
---
6+
7+
As previously communicated to impacted customers, effective as of April 30, 2025, customers will no longer be able to ingest data into the Sumo Logic Mumbai data center (`https://api.in.sumologic.com/`). Customers will retain access to historical data and basic search functionality until April 30, 2026, at which point all access will be terminated.
8+
9+
Historical data will not be migrated to other deployments.
10+
11+
**Reminder**: If you're still referencing the India endpoint, please update your integrations. For supported alternatives, see the [endpoint guide](/docs/api/getting-started/#sumo-logic-endpoints-by-deployment-and-firewall-security).
12+
13+
For help, contact [Support](https://support.sumologic.com/).

docs/api/access-keys.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ApiRoles from '../reuse/api-roles.md';
1111

1212
<img src={useBaseUrl('img/icons/security/security.png')} alt="Thumbnail icon" width="50"/>
1313

14-
The [Access Keys](/docs/manage/security/access-keys) Management API allows you to securely register new Collectors or access Sumo Logic APIs.
14+
The [Access Keys](/docs/manage/security/access-keys) Management API allows you to securely register new Collectors or access Sumo Logic APIs.
1515

1616
## Documentation
1717

@@ -24,7 +24,6 @@ The [Access Keys](/docs/manage/security/access-keys) Management API allows you t
2424
| DE | https://api.de.sumologic.com/docs/#tag/accessKeyManagement |
2525
| EU | https://api.eu.sumologic.com/docs/#tag/accessKeyManagement |
2626
| FED | https://api.fed.sumologic.com/docs/#tag/accessKeyManagement |
27-
| IN | https://api.in.sumologic.com/docs/#tag/accessKeyManagement |
2827
| JP | https://api.jp.sumologic.com/docs/#tag/accessKeyManagement |
2928
| KR | https://api.kr.sumologic.com/docs/#tag/accessKeyManagement |
3029
| US1 | https://api.sumologic.com/docs/#tag/accessKeyManagement |

docs/api/account-management.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ The Account Management API allows you to manage the custom subdomain for the URL
2525
| DE | https://api.de.sumologic.com/docs/#tag/accountManagement |
2626
| EU | https://api.eu.sumologic.com/docs/#tag/accountManagement |
2727
| FED | https://api.fed.sumologic.com/docs/#tag/accountManagement |
28-
| IN | https://api.in.sumologic.com/docs/#tag/accountManagement |
2928
| JP | https://api.jp.sumologic.com/docs/#tag/accountManagement |
3029
| KR | https://api.kr.sumologic.com/docs/#tag/accountManagement |
3130
| US1 | https://api.sumologic.com/docs/#tag/accountManagement |

docs/api/app-management.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ View and install Sumo Logic applications that deliver out-of-the-box dashboards,
2424
| DE | https://api.de.sumologic.com/docs/#tag/appManagement |
2525
| EU | https://api.eu.sumologic.com/docs/#tag/appManagement |
2626
| FED | https://api.fed.sumologic.com/docs/#tag/appManagement |
27-
| IN | https://api.in.sumologic.com/docs/#tag/appManagement |
2827
| JP | https://api.jp.sumologic.com/docs/#tag/appManagement |
2928
| KR | https://api.kr.sumologic.com/docs/#tag/appManagement |
3029
| US1 | https://api.sumologic.com/docs/#tag/appManagement |

docs/api/archive-ingestion.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ You need the [Manage or View Collectors role capability](/docs/manage/users-role
2828
| DE | https://api.de.sumologic.com/docs/#tag/archiveManagement |
2929
| EU | https://api.eu.sumologic.com/docs/#tag/archiveManagement |
3030
| FED | https://api.fed.sumologic.com/docs/#tag/archiveManagement |
31-
| IN | https://api.in.sumologic.com/docs/#tag/archiveManagement |
3231
| JP | https://api.jp.sumologic.com/docs/#tag/archiveManagement |
3332
| KR | https://api.kr.sumologic.com/docs/#tag/archiveManagement |
3433
| US1 | https://api.sumologic.com/docs/#tag/archiveManagement |

docs/api/collector-management/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ This API manages your OpenTelemetry collectors.
3838
| DE | https://api.de.sumologic.com/docs/#tag/otCollectorManagementExternal |
3939
| EU | https://api.eu.sumologic.com/docs/#tag/otCollectorManagementExternal |
4040
| FED | https://api.fed.sumologic.com/docs/#tag/otCollectorManagementExternal |
41-
| IN | https://api.in.sumologic.com/docs/#tag/otCollectorManagementExternal |
4241
| JP | https://api.jp.sumologic.com/docs/#tag/otCollectorManagementExternal |
4342
| KR | https://api.kr.sumologic.com/docs/#tag/otCollectorManagementExternal |
4443
| US1 | https://api.sumologic.com/docs/#tag/otCollectorManagementExternal |
@@ -58,5 +57,3 @@ This API manages your OpenTelemetry collectors.
5857
In this section, we'll introduce the following concepts:
5958

6059
<DocCardList items={useCurrentSidebarCategory().items}/>
61-
62-

docs/api/connections-management.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Connections Management APIs let you set up connections to send alerts to third-p
2424
| DE | https://api.de.sumologic.com/docs/#tag/connectionManagement |
2525
| EU | https://api.eu.sumologic.com/docs/#tag/connectionManagement |
2626
| FED | https://api.fed.sumologic.com/docs/#tag/connectionManagement |
27-
| IN | https://api.in.sumologic.com/docs/#tag/connectionManagement |
2827
| JP | https://api.jp.sumologic.com/docs/#tag/connectionManagement |
2928
| KR | https://api.kr.sumologic.com/docs/#tag/connectionManagement |
3029
| US1 | https://api.sumologic.com/docs/#tag/connectionManagement |
@@ -38,4 +37,3 @@ Connections Management APIs let you set up connections to send alerts to third-p
3837
* Data Management
3938
* View Connections
4039
* Manage Connections
41-

docs/api/content-management.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ The Content Management API allows you to manage content in your organization’s
2424
| DE | https://api.de.sumologic.com/docs/#tag/contentManagement |
2525
| EU | https://api.eu.sumologic.com/docs/#tag/contentManagement |
2626
| FED | https://api.fed.sumologic.com/docs/#tag/contentManagement |
27-
| IN | https://api.in.sumologic.com/docs/#tag/contentManagement |
2827
| JP | https://api.jp.sumologic.com/docs/#tag/contentManagement |
2928
| KR | https://api.kr.sumologic.com/docs/#tag/contentManagement |
3029
| US1 | https://api.sumologic.com/docs/#tag/contentManagement |
@@ -36,4 +35,3 @@ The Content Management API allows you to manage content in your organization’s
3635

3736
* Data Management
3837
* Manage Content
39-

docs/api/content-permissions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ The Content Permissions API allows you to share your folders, searches, and dash
2424
| DE | https://api.de.sumologic.com/docs/#tag/contentPermissions |
2525
| EU | https://api.eu.sumologic.com/docs/#tag/contentPermissions |
2626
| FED | https://api.fed.sumologic.com/docs/#tag/contentPermissions |
27-
| IN | https://api.in.sumologic.com/docs/#tag/contentPermissions |
2827
| JP | https://api.jp.sumologic.com/docs/#tag/contentPermissions |
2928
| KR | https://api.kr.sumologic.com/docs/#tag/contentPermissions |
3029
| US1 | https://api.sumologic.com/docs/#tag/contentPermissions |
@@ -40,5 +39,3 @@ The Content Permissions API allows you to share your folders, searches, and dash
4039
* Security
4140
* Change Data Access Level
4241
* Manage Share Dashboards Outside of Organization
43-
44-

docs/api/dashboard.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ The Dashboard Management APIs allow you to create, retrieve, update, and delete
2424
|DE |https://api.de.sumologic.com/docs/#tag/dashboardManagement |
2525
|EU |https://api.eu.sumologic.com/docs/#tag/dashboardManagement |
2626
|FED |https://api.fed.sumologic.com/docs/#tag/dashboardManagement |
27-
|IN |https://api.in.sumologic.com/docs/#tag/dashboardManagement |
2827
|JP |https://api.jp.sumologic.com/docs/#tag/dashboardManagement |
2928
|KR |https://api.kr.sumologic.com/docs/#tag/dashboardManagement |
3029
|US1 |https://api.sumologic.com/docs/#tag/dashboardManagement |
@@ -35,4 +34,3 @@ The Dashboard Management APIs allow you to create, retrieve, update, and delete
3534
<ApiRoles/>
3635

3736
* Dashboards (all capabilities)
38-

0 commit comments

Comments
 (0)