| Option | INITIAL_FEATURE_FLAGS | |
| Description | Allows administrators to define which features are enabled in LogScale at boot time. | |
| Introduced Version | 1.35 | |
| Default | empty | |
Enables and disables features within LogScale. Feature flags can also be toggled via GraphQL at runtime.
The order specified in this setting is applied immediately on
boot, and there is a strict precedence order between GraphQL and
INITIAL_FEATURE_FLAGS. If a feature is explicitly
enabled or disabled via GraphQL, that setting will take
precedence across all cluster nodes, and
INITIAL_FEATURE_FLAGS will be ignored. Otherwise,
INITIAL_FEATURE_FLAGS controls the feature flag
states for the local node only, rather than cluster-wide.
To use, supply a comma-separated list of features:
To enable a feature, prefix the feature name with a
+To disable a feature prefix the feature name with a
-
For example:
INITIAL_FEATURE_FLAGS=+UserRoles,-UsagePageIf administrators have enabled or disabled a feature via GraphQL and they wish to "unset" this decision, the deleteFeatureFlag mutation allows for returning to the factory setting for the specified flag.