o19s / opensearch-ubi

OpenSearch plugin for User Behavior Insights
Apache License 2.0
6 stars 1 forks source link

Setting a timestamp on events when no timestamp value is provided #70

Closed jzonthemtn closed 8 months ago

jzonthemtn commented 8 months ago

Setting a timestamp on events when no timestamp value is provided for #62.

RasonJ commented 8 months ago

I'm leaning towards never letting the client set the timestamp manually. What do you think of two timestamps? a server time and a client time?

jzonthemtn commented 8 months ago

@epugh Unit tests are coming. There is a branch where Java tests are a work in progress. The yaml REST tests need updated for all possible request types.