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/destinations/catalog/amazon-kinesis/index.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ id: 57da359580412f644ff33fb9
5
5
---
6
6
[Amazon Kinesis](https://aws.amazon.com/kinesis/){:target="_blank”} enables you to build custom applications that process or analyze streaming data for specialized needs. Amazon Kinesis Streams can continuously capture and store terabytes of data per hour from hundreds of thousands of sources such as website clickstreams, financial transactions, social media feeds, IT logs, and location-tracking events.
7
7
8
+
> info "Amazon Kinesis is not compatible with IP Allowlisting"
9
+
> For more information, see the [IP Allowlisting](/docs/connections/destinations/#ip-allowlisting) documentation.
Copy file name to clipboardExpand all lines: src/connections/destinations/index.md
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -121,9 +121,9 @@ To add a Destination:
121
121
122
122
[Learn more](/docs/connections/destinations/add-destination/) about what adding a destination entails.
123
123
> note "Disabled destinations do not receive data"
124
-
> If you haven't enabled your destination for the first time after you created it or if you actively disable a destination, Segment prevents any data from reaching the destination. Business Tier customers can request [a Replay]([url](https://segment.com/docs/guides/what-is-replay/)), which resends data from the time the destination was disabled to the time it was re-enabled. Replays can also send data to currently disabled destinations.
124
+
> If you haven't enabled your destination for the first time after you created it or if you actively disable a destination, Segment prevents any data from reaching the destination. Business Tier customers can request [a Replay](/docs/guides/what-is-replay/), which resends data from the time the destination was disabled to the time it was re-enabled. Replays can also send data to currently disabled destinations.
125
125
>
126
-
> Some destinations are not compatible with Replays after a certain period of time. Check with Segment’s support team [friends@segment.com](friends@segment.com) to confirm that your intended destination allows historical timestamps.
126
+
> Some destinations are not compatible with Replays after a certain period of time, for example, 14 days. Check with Segment’s support team [friends@segment.com](mailto:friends@segment.com) to confirm that your intended destination allows historical timestamps.
127
127
128
128
## Data deliverability
129
129
@@ -207,6 +207,26 @@ The following destinations support bulk batching:
207
207
> info "You must manually configure bulk batches for Actions destinations"
208
208
> To support bulk batching for the Actions Webhook destination, you must set `enable-batching: true` and `batch_size: >= 1000`.
209
209
210
-
###IP Allowlist
210
+
## IP Allowlisting
211
211
212
-
{% include content/ip-allowlist.md %}
212
+
IP Allowlisting uses a NAT gateway to route traffic from Segment's servers to your destination through a limited range of IP addresses, which can prevent malicious actors from establishing TCP and UDP connections with your integrations.
213
+
214
+
IP Allowlisting is available for customers on Business Tier plans.
215
+
216
+
### Supported destinations
217
+
Segment supports IP Allowlisting in [all destinations](/docs/connections/destinations/catalog/) except for the following:
Destinations that are not supported receive traffic from randomly assigned IP addresses.
224
+
225
+
### Configure IP Allowlisting
226
+
To enable IP Allowlisting for your workspace:
227
+
1. From your Segment workspace, navigate to **[Settings > Workspace settings > Destination IP settings](https://app.segment.com/goto-my-workspace/settings/destination-ip-settings){:target="_blank”}**.
228
+
2. On the Destination IP settings page, click **Enable IP allowlisting**.
229
+
3. The page displays the IP address ranges that Segment uses to route data from Segment's internal systems to your destination. Note these ranges, as you'll need this information to enforce IP restriction in your downstream destinations.
230
+
4. Open each of your downstream tools and configure IP restriction for each destination. For more information, refer to the documentation for your downstream tool.
231
+
232
+
*IP restriction might not be supported in all destinations.*
Copy file name to clipboardExpand all lines: src/connections/functions/insert-functions.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Use Destination Insert Functions to enrich, transform, or filter your data befor
13
13
14
14
**Customize filtration for your destinations**: Create custom logic with nested if-else statements, regex, custom business rules, and more to filter event data.
15
15
16
+
> info "Destination Insert Functions are not compatible with IP Allowlisting"
17
+
> For more information, see the [IP Allowlisting](/docs/connections/destinations/#ip-allowlisting) documentation.
0 commit comments