-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
3
-
Not defined
Our external event ingestion API allows for the ingestion of events that are considered updates to previously ingested events (i.e. they have the same ID as an existing event). However, in our event inspection table, we still list both of these ingested events. From a customer perspective, this is confusing as they see both events as being the same event. Furthermore, to make things more confusing:
- When an event is deleted, all "versions" of that event get deleted
- When two versions of the same event are in view in the table, the user can select the checkbox of an event and both will be selected (See video attached)
ATs:
- The event inspection table should only display the latest version of an event with a given event ID
- In Elasticsearch, all versions of the event with that ID should continue to be deleted, as is the current behaviour