Skip to content

Commit d34f525

Browse files
authored
Update fallback setting (#118237) (#118322)
Update synthetic_source_fallback_to_stored_source setting to be an operator only setting.
1 parent 9cb1f96 commit d34f525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/logsdb/src/main/java/org/elasticsearch/xpack/logsdb/SyntheticSourceLicenseService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final class SyntheticSourceLicenseService {
3838
"xpack.mapping.synthetic_source_fallback_to_stored_source",
3939
false,
4040
Setting.Property.NodeScope,
41-
Setting.Property.Dynamic
41+
Setting.Property.OperatorDynamic
4242
);
4343

4444
static final LicensedFeature.Momentary SYNTHETIC_SOURCE_FEATURE = LicensedFeature.momentary(

0 commit comments

Comments
 (0)