opensearch-project / index-management

🗃 Automate periodic data operations, such as deleting indices at a certain age or performing a rollover at a certain size
https://opensearch.org/docs/latest/im-plugin/index/
Apache License 2.0
52 stars 107 forks source link

start_time npe fix for Rollup and Transform jobs #1164

Closed ikibo closed 2 months ago

ikibo commented 2 months ago

if start_time not pecified explicitly assign current time to start_time

Issue #1161

Description of changes: if start_time not pecified explicitly assign current time to start_time to prevent the NPE and avoid a braking change

CheckList:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.