API Stability Short-Term

The disableFeatureForUser() GraphQL mutation is used to disable a feature for a specific user in LogScale.

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

Syntax

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

graphql
disableFeatureForUser(
      feature: FeatureFlag!, 
      userId: string!
   ): boolean

Given Datatypes

For FeatureFlag, there are several choices. You'll have to click on the Show Beta Features button to see them here.

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: Oct 3, 2025
AddDerivedTagsToKafkaHeaders   PreviewWill add an additional header value to kafka messages containing derived tags. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
ArrayFunctions   PreviewEnable ArrayFunctions in query language. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
BulkActions   PreviewEnables Bulk Actions feature for Asset Management Pages. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
CachePolicies   PreviewPrioritize newer over older segments. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
CancelQueriesExceedingAggregateOutputRowLimit   PreviewWhen enabled, queries exceeding the AggregatorOutputRowLimit will be cancelled instead of being logged.
CidHeaderInEventForwarderRecord   PreviewAdds the #repo.cid tag, if it exists, as a Kafka header when events are forwarded. This requires the DerivedCidTag to be enabled. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
CorrelateAggregations   PreviewEnables aggregations for correlate. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
DerivedCidTag   PreviewPermit derived CID tag. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
EnableCompleteStateCache   PreviewEnables complete state caching.
EnableExperimentalSchemas   PreviewEnables the use of the experimental parser schemas. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
EnforceUserQueryCapacity   PreviewEnforce user query capacity limits. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
EnhancedSchemaValidation   PreviewEnables enhanced schema validation for parsers. Enabling this may produce additional validation errors that were not previously observed.
EnrichedParsers   PreviewEnables enriched parsers and handling enrichment headers in the HEC endpoint. This flag has higher precedence than TestOnlyForceEnableXEnrichment. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
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. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
GeographyFunctions   PreviewEnable geography functions in query language. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
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.
KafkaEgressEventForwardingEnabled   PreviewAttaches a header to Ingest Queue records to indicate that the message can be forwarded by Kafka Egress Service. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
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.
LockingMechanismForSegmentRaces   PreviewEnables a locking mechanism to prevent segment races
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.
LogScaleEventForwardingDisabled   PreviewSkips LogScale event forwarding for records that will instead be forwarded by Kafka Egress Service. This experimental functionality, which is strongly discouraged and can lead to LogScale being 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. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
ManagedRepositoriesAllowFDRConfig   PreviewAllow users to configure FDR feeds for managed repositories. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
MitreDetectionAnnotation   PreviewEnable Mitre detection annotation. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
MultiClusterSearch   PreviewEnable searching across LogScale clusters.
MultipleViewRoleBindings   PreviewEnable multiple view role bindings.
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. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
QueryAssistant   PreviewEnable the LogScale Query Assistant. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
RefreshClusterManagementStatsInUnregisterNode   PreviewForce a refresh of ClusterManagementStats cache before calculating UnregisterNodeBlockers in clusterUnregisterNode() mutation.
RemoteTable   PreviewAllows LogScale to fetch lookup tables from a remote source. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
RepeatingQueries   PreviewWhether the queries are repeating.
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. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
SortNewDatastructure   PreviewUse the new sort, head, tail, and table data structure.
SubdomainForOrganizations   PreviewEnable subdomains for current cluster. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
TestOnlyForceEnableHostEnrichment   PreviewEnables HostEnrichment for all requests e HEC Ingest endpoint, regardless of whether it was included in requested enrichments. This flag has lower precedence than EnrichedParsers. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
TestOnlyForceEnableMitreEnrichment   PreviewEnables MitreEnrichment for all requests to the HEC Ingest endpoint, regardless of whether it was included in requested enrichments. This flag has lower precedence than EnrichedParsers. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
TestOnlyForceEnableUserEnrichment   PreviewEnables UserEnrichment for all requests to the HEC Ingest endpoint, regardless of whether it was included in requested enrichments. This flag has lower precedence than EnrichedParsers. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
UsagePageUsingIngestAfterFieldRemovalSize   PreviewThe UsagePage shows data from ingestAfterFieldRemovalSize instead of segmentWriteBytes.
UseInMemorySegmentOwnerHosts   PreviewUses calculated, in-memory owner hosts for segments instead of storing this information in Global. This experimental functionality, which is strongly discouraged and can lead to LogScale being in a bad state beyond repair.
WriteNewSegmentFileFormat   PreviewAllow writing in new segment file format.