Managing enrichments in Snowplow Community Edition
info
This documentation only applies to Snowplow Community Edition. See the feature comparison page for more information about the different Snowplow offerings.
If you have installed Snowplow via Quick Start, you will have the following enrichments enabled by default:
To enable an extra enrichment, such as the IP anonymisation enrichment:
- Follow the instructions for AWS, GCP or Azure, updating the
anonOctets
andanonSegments
according to the number of octets/ segments that you would like to be anonymised - Run
terraform apply
- Now when you query your events you should find that the
user_ipaddress
has been anonymised
note
The IAB and IP Lookups enrichments require a 3rd party database to function.
To disable any enrichment, you can follow the instructions for AWS, GCP or Azure.
If you are using Snowplow Micro for testing, you can configure enrichments following the usage guide.