Skip to content

Commit

Permalink
Update fallback setting (elastic#118237)
Browse files Browse the repository at this point in the history
Update synthetic_source_fallback_to_stored_source setting to be an operator only setting.
  • Loading branch information
martijnvg committed Dec 10, 2024
1 parent ec20d69 commit fc0512c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ final class SyntheticSourceLicenseService {
"xpack.mapping.synthetic_source_fallback_to_stored_source",
false,
Setting.Property.NodeScope,
Setting.Property.Dynamic
Setting.Property.OperatorDynamic
);

static final LicensedFeature.Momentary SYNTHETIC_SOURCE_FEATURE = LicensedFeature.momentary(
Expand Down

0 comments on commit fc0512c

Please sign in to comment.