Skip to content

Commit

Permalink
Adjust SyntheticSourceLicenseService (elastic#116647)
Browse files Browse the repository at this point in the history
Allow gold and platinum license to use synthetic source for a limited time. If the start time of a license is before the cut off date, then gold and platinum licenses will not fallback to stored source if synthetic source is used.

Co-authored-by: Nikolaj Volgushev <[email protected]>
  • Loading branch information
martijnvg and n1v0lg committed Nov 27, 2024
1 parent c29de8a commit 7207148
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
import org.elasticsearch.common.settings.Setting;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.index.IndexSettingProvider;
import org.elasticsearch.license.LicenseService;
import org.elasticsearch.license.XPackLicenseState;
import org.elasticsearch.index.IndexVersion;
import org.elasticsearch.license.LicenseService;
import org.elasticsearch.license.XPackLicenseState;
Expand Down

0 comments on commit 7207148

Please sign in to comment.