You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will require modifying the received JSON for events to add a timestamp field if none is included in the request. How this is done needs some consideration. I would like to have an object model for the events JSON and modify the event that way, but I'm not sure if that will accommodate the schema. Having objects would give easy access to the event properties. Using something like JSONObject is probably the easiest way though.
Persist a timestamp with events to the index. There is currently not a timestamp field for the events index.
The text was updated successfully, but these errors were encountered: