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
[TI_MISP] - Updated transform to sort by '@timestamp' to ensure the latest documents are selected for each unique key (#15816)
Existing sorting logic in the transform was by event.ingested field.
This however created issues with bulk ingestion where the order of ingestion
is not gauaranteed by elasticsearch, which can sometimes lead to recent events
being not updated in the destination index of the transform. Sorting by '@timestamp'
helps mitigate this issue.
0 commit comments