Github user mraliagha commented on the issue:
https://github.com/apache/metron/pull/1218
@nickwallen in the case of event logs and the fact that retrieval
segmentation would be mostly based on timestamp, it is recommended to use
timestamp as a prefix of the id. For example, something like
timestamp+hash(original_string).---
