Skip to content

Commit 97ac28e

Browse files
kimsaucejpipkin1
andauthored
Unify deployment codes and AWS region mapping (#5864)
* Unify deployment codes and AWS region mapping * Remove bullet * rm docs/api/aws-region-by-deployment.md --------- Co-authored-by: John Pipkin <[email protected]>
1 parent ef85806 commit 97ac28e

File tree

4 files changed

+41
-40
lines changed

4 files changed

+41
-40
lines changed

docs/api/about-apis/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Sumo Logic's FedRAMP deployment is similar to our other deployments, such as US2
134134

135135
import AWSDeploymentRegion from '../../reuse/aws-region-by-sumo-deployment.md';
136136

137-
* <AWSDeploymentRegion/>
137+
<AWSDeploymentRegion/>
138138

139139
## Status codes
140140

docs/api/aws-region-by-deployment.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/get-started/faq.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: faq
33
title: Sumo Logic FAQ
44
sidebar_label: FAQ
5+
description: Answers to frequently asked questions about Sumo Logic.
56
---
67

78

@@ -25,7 +26,7 @@ For example, from our own production logs, we use the following:
2526

2627
This is a key-value pair log, which is easy to parse and easy to read in Sumo.
2728

28-
## What Types of Logs Can I Collect?
29+
## What types of logs can I collect?
2930

3031
The following table lists data types and some of the popular sources that produce logs, which can be collected by Sumo Logic. This list is a sample only to provide a general idea of the possible sources of log data; it is not complete.
3132

@@ -43,20 +44,10 @@ The following table lists data types and some of the popular sources that produc
4344
| SaaS | <ul><li>[Box](/docs/integrations/saas-cloud/box)</li><li>[ServiceNow](/docs/alerts/webhook-connections/servicenow/set-up-connections.md)</li><li>[Salesforce](/docs/integrations/saas-cloud/salesforce)</li><li>[Microsoft Office 365](/docs/integrations/microsoft-azure/office-365)</li></ul> |
4445
| Security | <ul><li>Cisco</li><li>McAfee</li><li>Symantec</li><li>Qualys</li></ul> |
4546

46-
## Where is My Data Stored?
47+
## Where is my data stored?
4748

48-
Where your data is stored depends on the geographical location the
49-
Account Owner selected when establishing your Sumo Logic account. 
49+
Where your data is stored depends on the geographical location the Account Owner selects when creating your Sumo Logic account. Your data is stored only in your selected region.
5050

51-
* Australia. Your data is stored in the AWS ap-southeast-2 (Sydney) region.
52-
* Canada. Your data is stored in the AWS ca-central-1 (Central) region.
53-
* Europe. Ireland. Your data is stored in the AWS eu-west-1 (Ireland) region.
54-
* Europe. Frankfurt. Your data is stored in the AWS eu-central-1 (Frankfurt) region.
55-
* Japan. Your data is stored in the AWS ap-northeast-1 (Tokyo) region.
56-
* North America. Your data is stored in the AWS us-east-1 (Northern Virginia) or us-west-2 (Oregon) region.
57-
* South Korea. Your data is stored in the AWS ap-northeast-2 (Seoul) region.
58-
* Federal. Your data is stored in the AWS us-east-1 (Northern Virginia) region.
51+
import AWSDeploymentRegion from '../reuse/aws-region-by-sumo-deployment.md';
5952

60-
Your data is stored only in your region. 
61-
62-
For more information, see [AWS Regions and Endpoints](http://docs.aws.amazon.com/general/latest/gr/rande.html) and our [Privacy Statement](https://www.sumologic.com/privacy-statement/).
53+
<AWSDeploymentRegion/>
Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,45 @@
1-
The following table describes the AWS regions used by each Sumo Logic deployment. See the [AWS page on regions and endpoints](http://docs.aws.amazon.com/general/latest/gr/rande.html) for more information.
1+
The following table describes the AWS regions used by each Sumo Logic deployment.
22

3-
| Sumo Logic Deployment | AWS Region Name | AWS Region |
4-
|:---|:---|:---|
5-
| AU | Asia Pacific (Sydney) | ap-southeast-2 |
6-
| CA | Canada (Central) | ca-central-1 |
7-
| DE | EU (Frankfurt) | eu-central-1 |
8-
| EU | EU (Ireland) | eu-west-1 |
9-
| FED | US East (N. Virginia) | us-east-1 |
10-
| JP | Asia Pacific (Tokyo) | ap-northeast-1 |
11-
| KR | Asia Pacific (Seoul) | ap-northeast-2 |
12-
| US1 | US East (N. Virginia) | us-east-1 |
13-
| US2 | US West (Oregon) | us-west-2 |
3+
| Region code | Region name | AWS region | API endpoint |
4+
|:----|:----|:---|:-----|
5+
| AU | Asia Pacific (Sydney) | ap-southeast-2 | https://api.au.sumologic.com/api/ |
6+
| CA | Canada (Central) | ca-central-1 | https://api.ca.sumologic.com/api/ |
7+
| DE | EU (Frankfurt) | eu-central-1 | https://api.de.sumologic.com/api/ |
8+
| EU | EU (Ireland) | eu-west-1 | https://api.eu.sumologic.com/api/ |
9+
| FED | US East (N. Virginia) | us-east-1 | https://api.fed.sumologic.com/api/ |
10+
| IN | Asia Pacific (Mumbai) | ap-south-1 | https://api.in.sumologic.com/api/ |
11+
| JP | Asia Pacific (Tokyo) | ap-northeast-1 | https://api.jp.sumologic.com/api/ |
12+
| KR | Asia Pacific (Seoul) | ap-northeast-2 | https://api.kr.sumologic.com/api/ |
13+
| US1 | US East (N. Virginia) | us-east-1 | https://api.sumologic.com/api/|
14+
| US2 | US West (Oregon)| us-west-2 | https://api.us2.sumologic.com/api/ |
1415

15-
[This link](https://ip-ranges.amazonaws.com/ip-ranges.json) provides the complete current list of AWS IP ranges or subnets or prefixes. You can limit the number of entries in a firewall by using just the IP prefixes against the AWS region that your account's Sumo Logic deployment uses, as shown in the table.
16+
See the [AWS IP ranges JSON file](https://ip-ranges.amazonaws.com/ip-ranges.json) for the current list of AWS IP ranges or subnets or prefixes. To simplify firewall configuration, you can use only the IP prefixes for the AWS region associated with your Sumo Logic deployment, as shown in the table.
1617

1718
The list of IP ranges is shared infrastructure. It is not limited to Sumo Logic nodes and is subject to change over time.
1819

1920
You can run the following query against the downloaded file in Sumo Logic to determine the IP addresses for each deployment.
2021

2122
```sql
22-
| parse regex "\s+\"ip_prefix\":\s+\"(?<ip_prefix>.*?)\",\n\s+\"region\":\s+\"(?<region>.*?)\",\n\s+\"service\":\s+\"(?<service>.*?)\"" multi | where service="AMAZON" and (region="us-west-2" or region="us-east-1" or region="eu-west-1" or region="ap-southeast-2") | if (region="us-west-2", "US2", region) as region | if (region="us-east-1", "PROD", region) as region | if (region="eu-west-1", "EU", region) as region | if (region="ap-southeast-2", "AU", region) as region | | if (region="ap-northeast-2", "KR", region) as region | count by ip_prefix, region, service | fields - _count | sort by region, ip_prefix
23+
| parse regex "\s+\"ip_prefix\":\s+\"(?<ip_prefix>.*?)\",\n\s+\"region\":\s+\"(?<region>.*?)\",\n\s+\"service\":\s+\"(?<service>.*?)\"" multi
24+
| where service="AMAZON"
25+
and (
26+
region="us-west-2"
27+
or region="us-east-1"
28+
or region="eu-west-1"
29+
or region="ap-southeast-2"
30+
)
31+
| if (region="us-west-2", "US2", region) as region
32+
| if (region="us-east-1", "US1", region) as region
33+
| if (region="eu-west-1", "EU", region) as region
34+
| if (region="ap-southeast-2", "AU", region) as region
35+
| if (region="ap-northeast-2", "KR", region) as region
36+
| count by ip_prefix, region, service
37+
| fields - _count
38+
| sort by region, ip_prefix
2339
```
2440

2541
After configuring the firewall, Collector, and Sources, confirm that the Collector and Sources are working by verifying that you can receive a given type of message (such as syslog messages) at the specified location.
42+
43+
For more information, see:
44+
* [AWS documentation: Service endpoints](http://docs.aws.amazon.com/general/latest/gr/rande.html)
45+
* [Sumo Logic Privacy Statement](https://www.sumologic.com/privacy-statement/)

0 commit comments

Comments
 (0)