Skip to content

Commit

Permalink
Enrich: added example event fingerprint enrichment configuration JSON (
Browse files Browse the repository at this point in the history
…closes #1990)
  • Loading branch information
fblundun committed Sep 3, 2015
1 parent 09bac9a commit 9bf1f1b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 3-enrich/config/enrichments/event_fingerprint_enrichment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"schema": "iglu:com.snowplowanalytics.snowplow/event_fingerprint_config/jsonschema/1-0-0",

"data": {

"vendor": "com.snowplowanalytics.snowplow",
"name": "event_fingerprint_config",
"enabled": true,
"parameters": {
"excludeParameters": ["eid", "stm"],
"hashAlgorithm": "MD5"
}
}
}

0 comments on commit 9bf1f1b

Please sign in to comment.