We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb1f96 commit d34f525Copy full SHA for d34f525
x-pack/plugin/logsdb/src/main/java/org/elasticsearch/xpack/logsdb/SyntheticSourceLicenseService.java
@@ -38,7 +38,7 @@ final class SyntheticSourceLicenseService {
38
"xpack.mapping.synthetic_source_fallback_to_stored_source",
39
false,
40
Setting.Property.NodeScope,
41
- Setting.Property.Dynamic
+ Setting.Property.OperatorDynamic
42
);
43
44
static final LicensedFeature.Momentary SYNTHETIC_SOURCE_FEATURE = LicensedFeature.momentary(
0 commit comments