Reference: #86 Based on the `{nodeId}:{entryId}` values, delete all the repeated events from the ES index Approach: each repeated event will still have a unique `_id`, so utilize that to delete that repeated event - [ ] Write up a Py Script for this cleanup procedure - [ ] Run the script and perform the deletion
Reference: #86
Based on the
{nodeId}:{entryId}values, delete all the repeated events from the ES indexApproach: each repeated event will still have a unique
_id, so utilize that to delete that repeated event