How count the event between start event and end event?
Hi talent,
My log looks like below in json format.
{"name": "start", "timestamp": 1605705758918, "sessionId": "session 1", "formType": "DDLTETRC", "formId": 11}
{"name": "processing", "timestamp": 1605705759818, "sessionId": "session 1"}
{"name": "start", "timestamp": 1605705758918, "sessionId": "session 2", "formType": "DDLTETRC", "formId": 22}
{"name": "processing", "timestamp": 1605705759918, "sessionId": "session 1"}
{"name": "processing", "timestamp": 1605705760018, "sessionId": "session 2"}
{"name": "end", "timestamp": 1605705765018, "sessionId": "session 1", "formType": "DDLTETRC", "formId": 11}
{"name": "end", "timestamp": 1605705767018, "sessionId": "session 2", "formType": "DDLTETRC", "formId": 22}
I want to count the number of processing event between start and end event as per session id, form type and form id. is it possible? do i need use save operator to store result in the middle way?
Thanks and best regards,
Flik
Please sign in to leave a comment.
Comments
1 comment