Skip to content

adding note under Destination Filters that it only supports cloud-mod… #535

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

Merged
merged 2 commits into from
Jan 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/connections/destinations/destination-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ With Destination Filters, you can:

- Prevent test or internally-generated events from reaching your production tools.

**Note**: Destination Filters are currently available to Business Tier customers only
> note ""
> **Note**: Destination Filters are currently available to Business Tier customers only.

### Destination Filtering Limitations

Expand Down
3 changes: 2 additions & 1 deletion src/guides/filtering-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Your data is sent to your warehouse (if you have one) and into the Segment backe

[Destination Filters](https://segment.com/docs/connections/destinations/destination-filters/) allow you to control the data flowing into each specific destination, by examining event payloads, and conditionally preventing data from being sent to destinations. You can filter out entire events, or just specific fields in the properties, in the traits, or in the context of your events. Destination filters are not available for, and do not prevent data from reaching your warehouse(s) or S3 destinations.

Destination Filters are available in workspaces that are on a Business Tier plan only.
> note ""
> **Note**: Destination Filters are available in workspaces that are on a Business Tier plan only. Destination Filters can only be applied to Cloud-mode ("server-side") streaming destinations. Device-mode destinations are not supported.

![](images/destination-filter-create.png)

Expand Down