-
Notifications
You must be signed in to change notification settings - Fork 591
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
Deleting timelines does not delete data in ES #885
Comments
The tsctl drop_db drop ES indexes but leaves the data in Postgresql so the list of available timelines is still filled with data no more present. |
This is expected. A timeline can be part of many sketches, so purging from ES is not always possible. If you want to purge the timeline from both ES and SQL you can run |
what do you think to have these features available from UI? |
I agree with @garanews here, having the ability to delete it in WebGui would be really handy. |
Based on that issue: google#885 I made the purge command description a better.
Based on that issue: #885 I made the purge command description a better.
This will be addressed in #1602 The feature is that we can add a label to the sketch, which would indicate that it should get purged, then X days later the data will be automatically purged, this will give the user the chance to "cancel the purge" if they chance their mind, but still provide the optin of purging data from the GUI/API client. |
Deleting timeline from ui doesn't delete index in ES, is an expected behavior?
The text was updated successfully, but these errors were encountered: