-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flexible Event Backdating Threshold #2703
Comments
@Kobby-Bawuah thanks, two questions:
|
@jjbayer
|
We started to work on this ticket and our proposed solution would be to use the event retention time as the backdating threshold. This means that for most customers this will equal to 90 days. |
Currently, our system enforces a hard limit on how far back users can date an event, which is set at 30 days. This limitation can pose challenges for users who require flexibility within their organization's retention policies. For example, a user on a business plan with a 90-day retention period has expressed the need to have the ability to backdate events within the 90-day retention window.
The existing behaviour adjusts the timestamp of events older than 30 days to the ingest time, indicating that the original timestamp should be taken with caution. While this behaviour has its reasons, it may not align with users' needs and can lead to data loss for older events.
For context, if they go longer than 30, they get
Request:
We would like to propose a feature that allows users to set the event backdating threshold based on their organization's retention policy. This would provide greater flexibility and better align our system with our users' needs.
The text was updated successfully, but these errors were encountered: