Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create inbound_ip_addresses.mdx snippet #9592

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ To link Azure SQL Server:
The data warehouse then starts syncing your Azure SQL Server data. You can see details and progress in the [sources tab](https://us.posthog.com/pipeline/sources).


#### Inbound IP addresses
import InboundIpAddresses from './snippets/inbound-ip-addresses.mdx'

We use a set of IP addresses to access your Azure SQL Server instance. To ensure this connector works, add these IPs to your inbound security rules to enable the data import:

| US | EU |
| --- | --- |
| 44.205.89.55 | 3.75.65.221 |
| 44.208.188.173 | 18.197.246.42 |
| 52.4.194.122 | 3.120.223.253 |
<InboundIpAddresses />
4 changes: 4 additions & 0 deletions contents/docs/data-warehouse/setup/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ The other option is a self-managed source, which include:

You can find the set up instructions in-app or in the source specific docs.

import InboundIpAddresses from './snippets/inbound-ip-addresses.mdx'

<InboundIpAddresses />

## Linking a custom source

The data warehouse can link to data in your object storage system. To do this, you'll need to:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ To link MySQL:

The data warehouse then starts syncing your MySQL data. You can see details and progress in the [sources tab](https://us.posthog.com/pipeline/sources).

#### Inbound IP addresses
import InboundIpAddresses from './snippets/inbound-ip-addresses.mdx'

We use a set of IP addresses to access your MySQL instance. To ensure this connector works, add these IPs to your inbound security rules to enable the data import:

| US | EU |
| --- | --- |
| 44.205.89.55 | 3.75.65.221 |
| 44.208.188.173 | 18.197.246.42 |
| 52.4.194.122 | 3.120.223.253 |
<InboundIpAddresses />
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ The data warehouse then starts syncing your Postgres data. You can see details a

> **Looking for an example of the Postgres source?** Check out our tutorial where we [connect and query Supabase data](/tutorials/supabase-query).

#### Inbound IP addresses
import InboundIpAddresses from './snippets/inbound-ip-addresses.mdx'

We use a set of IP addresses to access your Postgres instance. To ensure this connector works, add these IPs to your inbound security rules to enable the data import:

| US | EU |
| --- | --- |
| 44.205.89.55 | 3.75.65.221 |
| 44.208.188.173 | 18.197.246.42 |
| 52.4.194.122 | 3.120.223.253 |
<InboundIpAddresses />
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ Once done, you can now [query](/docs/data-warehouse/query) your new table using
imageDark="https://res.cloudinary.com/dmukukwp6/image/upload/Clean_Shot_2024_07_23_at_13_56_53_2x_76a2b7f711.png"
alt="Snowflake details"
classes="rounded"
/>
/>

import InboundIpAddresses from './snippets/inbound-ip-addresses.mdx'

<InboundIpAddresses />
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#### Inbound IP addresses

We use a set of IP addresses to access your instance. To ensure this connector works, add these IPs to your inbound security rules to enable the data import:

| US | EU |
| --- | --- |
| 44.205.89.55 | 3.75.65.221 |
| 44.208.188.173 | 18.197.246.42 |
| 52.4.194.122 | 3.120.223.253 |
Loading