OptionINITIAL_FEATURE_FLAGS
Description Allows administrators to define which features are enabled in LogScale at boot time.
Introduced Version1.35
Defaultempty

Enables and disables features within LogScale. Feature flags can also be toggled via GraphQL at runtime.

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:

ini
INITIAL_FEATURE_FLAGS=+UserRoles,-UsagePage