mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This commit adds an end-point to force deletion of expired data: DELETE /_xpack/ml/_delete_expired_data A few other things are changed too: - Delete expired results from now rather than start of day - Rename MlDaily{Management -> Maintenance}Service - Refresh job indices when job is closing to ensure latest result visibility - Commit results when quantiles are persisted to ensure they are visible for renormalization Original commit: elastic/x-pack-elasticsearch@8ca5272a94