API Stability Short-Term

The enableFeatureForUser() GraphQL mutation may be used to enable a feature for a specific user in LogScale. To enable a feature for an organizaiton, use enableFeatureForOrg() .

For more information on enabling and disabling features, see the Enabling & Disabling Feature Flags reference page.

Syntax

Below is the syntax for the enableFeatureForUser() mutation field:

graphql
enableFeatureForUser(
      feature: FeatureFlag!
      userId: string!
   ): boolean!

Given Datatypes

For FeatureFlag, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: FeatureFlag

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: May 8, 2025
AlternateQueryMergeTargetHandling   PreviewAllow alternate query merge target handling.
ArrayFunctions   PreviewEnable ArrayFunctions in query language.
CachePolicies   PreviewPrioritize newer over older segments.
CancelQueriesExceedingAggregateOutputRowLimit   PreviewWhen enabled, queries exceeding the AggregatorOutputRowLimit will be cancelled instead of being logged.
CustomIngestTokens   PreviewEnable custom ingest tokens not generated by LogScale.
DerivedCidTag   PreviewPermit derived CID tag.
DigestersDontNeedMergeTargetMinis   PreviewAllow digesters to start without having all of the minis for the current merge target. This requires the AlternateQueryMergeTargetHandling feature flag to be enabled.
ExportToBucket   PreviewExport data to bucket storage.
ExternalDataSourceSyncForEntity   PreviewEnables the external data source sync job to sync entity data. This functionality is restricted. Enabling this functionality should not be done in any production environment.
ExternalDataSourceSyncForIdentity   PreviewEnables the external data source sync job to sync identity data. This functionality is restricted. Enabling this functionality should not be done in any production environment.
ExternalFunctions   PreviewExternal Functions.
FalconDataConnector   PreviewUses the Falcon data connector.
FieldAliasing   PreviewAllow field aliasing.
FleetCollectorDebugLogging   PreviewEnables fleet management collector debug logging.
FleetCollectorMetrics   PreviewEnables fleet management collector metrics.
FleetDashboardsPage   PreviewEnables fleet management dashboards page. This is experimental. Enabling such functionality is strongly discouraged as it can lead to LogScale in a bad state beyond repair.
FleetEphemeralHosts   PreviewUse Fleet ephemeral hosts.
FleetLabels   PreviewAllow Fleet Management labels.
FleetMetricsMigration   PreviewEnables migration of fleet metrics. This is experimental. Enabling such functionality is strongly discouraged as it can lead to LogScale in a bad state beyond repair.
FleetOverviewDashboards   PreviewEnables dashboards on fleet overview page. This functionality is experimental. Enabling experimental functionality is strongly discouraged. It can lead to LogScale in a bad state beyond repair.
FleetRemoteUpdates   PreviewFleet remote updates features.
FleetTablePageUI   PreviewEnables TablePage UI on fleet management pages. This functionality is experimental. Enabling experimental functionality is strongly discouraged. It can lead to LogScale in a bad state beyond repair.
FlightControl   PreviewEnable Flight Control support in cluster.
GeographyFunctions   PreviewEnable geography functions in query language.
GoogleCloudArchiving   PreviewEnables archiving for Google Cloud Storage. This functionality is experimental. Enabling experimental functionality is strongly discouraged. It can lead to LogScale in a bad state beyond repair.
GraphQueries   PreviewEnables graph queries.
JWTAccessScope   PreviewApplies access scope from from JWT claim. This is experimental. Enabling such functionality is strongly discouraged as it can lead to LogScale in a bad state beyond repair.
LiveTables   PreviewAllow use of live tables.
LlmParserGeneration   PreviewEnables LLM parser generation. This functionality is experimental. Enabling experimental functionality is strongly discouraged. It can lead to LogScale in a bad state beyond repair.
LoginBridge   PreviewEnable login bridge.
LogScaleAssetsResolutionService   PreviewEnables integration with LogScale Assets Resolution Service (LARS). This is experimental. Enabling it can lead to LogScale in a bad state beyond repair.
MacosInstallerForLogCollector   PreviewEnables download of macos installer for logcollector through fleet management.
ManagedRepositories   PreviewEnable LogScale Managed repositories. The customer is not permitted to change certain configurations in a LogScale Managed repository.
ManagedRepositoriesAllowFDRConfig   PreviewAllow users to configure FDR feeds for managed repositories.
MeasureNewSegmentFileFormat   PreviewWhen using the new segment file format on write, also do the old solely for comparison.
MitreDetectionAnnotation   PreviewEnable Mitre detection annotation.
MultiClusterSearch   PreviewEnable searching across LogScale clusters.
MultipleViewRoleBindings   PreviewEnable multiple view role bindings.
NewAutoshardRuleStore   PreviewUse new store for Autosharding rules.
NewOrganizationLimits   PreviewUse new organization limits.
NoCurrentsForBucketSegments   PreviewDisable currents for Bucket segments.
OneToManyGroupSynchronization   PreviewEnables mapping one group to more than one LogScale group with the same lookup name during group synchronization.
PreMergeMiniSegments   PreviewPre-merge mini-segments.
QueryAssistant   PreviewEnable the LogScale Query Assistant.
QueryBacktrackingLimit   PreviewLimit query backtracking.
RefreshClusterManagementStatsInUnregisterNode   PreviewForce a refresh of ClusterManagementStats cache before calculating UnregisterNodeBlockers in clusterUnregisterNode() mutation.
RepeatingQueries   PreviewWhether the queries are repeating.
ResolveFieldsCodeGen   PreviewResolve field names during codegen rather than for every event.
SegmentRebalancerHandlesMinis   PreviewSegment rebalancer handles mini segments. Can only take effect when the AlternateQueryMergeTargetHandling and DigestersDontNeedMergeTargetMinis feature flags are also enabled.
SetConsideredAliveUntilOnGracefulShutdown   PreviewLets the cluster know that non-evicted nodes undergoing a graceful shutdown should be considered alive for 5 minutes with regards to segment rebalancing.
SleepFunction   PreviewFlag for testing, does nothing.
SortNewDatastructure   PreviewUse the new sort, head, tail, and table datastructure.
SubdomainForOrganizations   PreviewEnable subdomains for current cluster.
TimeIntervalInQuery   PreviewEnables support specifying the query time interval using the query function, setTimeInterval().
UsagePageUsingIngestAfterFieldRemovalSize   PreviewThe UsagePage shows data from ingestAfterFieldRemovalSize instead of segmentWriteBytes.
UseNewQueryCoordinationPartitions   PreviewUse the new query coordination partition logic.
WriteNewSegmentFileFormat   PreviewAllow writing in new segment file format.