jitsu icon indicating copy to clipboard operation
jitsu copied to clipboard

en-manager must provide enrichment rules

Open akhtyamovrr opened this issue 4 years ago • 0 comments

Problem

There is no way to configure Eventnative enrichment rules using en-manager

Solution

en-manager backend must add enrichment rules to destinations. Config example:

{
  "destination_id": {
  ...
  "_enrichment": [
      {
        "name": "ip_lookup",
        "from": "/source_ip",
        "to": "/eventn_ctx/location"
      } ,
      ...
  ],
}

Such config should be processed by backend and added to destinations endpoint response

akhtyamovrr avatar Jan 19 '21 20:01 akhtyamovrr