Event fingerprint enrichment not running

Greetings,

Preface: I have another post open, which may be related (it concerns a different problem, so I think two topics is correct link)

After updating my snowplow installation I was looking forward to using the event_fingerprint field in my data modeling. However, the field does not get populated. I have added a new enrichment config[1] in enrichments folder next to my other configs. Am I missing a step (or steps) ? Please ask for specific helpful further details of my setup.

Any help and guidance is greatly appreciated

[1] enrichments/event_fingerprint_enrichment.json

{
    "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",
                "nuid",
                "stm",
                "cv"
            ],
            "hashAlgorithm": "MD5"
        }
    }
}

Hi @cstpdk - when you say this:

what do you mean by field?