Jonathan Meyer
04/09/2021, 2:55 PMingestionConfig.transformConfigs
occur before ingestionConfig.filterConfig
? [realtime table]
I'm seeing errors on some messages due to invalid transformations (-> missing field - since this table isn't for this type of event)Jonathan Meyer
04/09/2021, 3:02 PMtable config
"ingestionConfig": {
"filterConfig": {
"filterFunction": "Groovy({type != \"com.insideboard.user-event.v1.post.like\"}, type)"
},
and the events that should have been filtered but generated transformation errors
event
{
"id": "1935a299-9f7c-43d4-a571-6c5cfdcf30cb",
"source": "urn:insideboard:microservices:user-events",
"specversion": "1.0",
"type": "com.insideboard.user-event.v1.document.open",
"time": "2021-04-09T14:53:13.812Z",
"data": {
"name": "document.open",
"documentId": "60705cf9106a42150318d198",
"projectId": "60646df59c4dbcdaf6e620bf",
"origin": "DOCUMENTATION_PROJECT",
"status": 200,
"userId": "6049f2c188d36401807cf526",
"eventTime": "2021-04-09T14:53:13.705Z"
},
"ibcustomer": "demo",
"x-b3-traceid": "b403e6464ab3991ba26a4aade442705e",
"x-b3-parentspanid": "7f497c2501e745a8",
"x-b3-spanid": "25ecdb6fec5b4840",
"x-b3-sampled": "1"
}
Jonathan Meyer
04/09/2021, 3:03 PMNeha Pawar
Jonathan Meyer
04/09/2021, 3:48 PMNeha Pawar
Jonathan Meyer
04/09/2021, 3:49 PMNeha Pawar
Neha Pawar
Jonathan Meyer
04/09/2021, 3:52 PMJonathan Meyer
04/09/2021, 3:53 PMjsonPathString
- so that should "fix" my "issue" indeedNeha Pawar
Xiang Fu
Xiang Fu
Jonathan Meyer
04/09/2021, 5:24 PMXiang Fu