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 tFeatureFlag
, there
are several choices. You'll have to click on the Show Beta
Features button to see them here.
Table: FeatureFlag
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
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: Mar 14, 2025 | |||||
AlternateQueryMergeTargetHandling | boolean | Preview | Allow alternate query merge target handling. | ||
ArrayFunctions | boolean | Preview | Enable ArrayFunctions in query language. | ||
CachePolicies | boolean | Preview | Prioritize newer over older segments. | ||
CancelQueriesExceedingAggregateOutputRowLimit | boolean | Preview | When enabled, queries exceeding the AggregatorOutputRowLimit will be cancelled instead of being logged. | ||
CustomIngestTokens | boolean | Preview | Enable custom ingest tokens not generated by LogScale. | ||
DerivedCidTag | boolean | Preview | Permit derived CID tag. | ||
DigestersDontNeedMergeTargetMinis | boolean | Preview | Allow digesters to start without having all of the minis for the current merge target. This requires the AlternateQueryMergeTargetHandling feature flag to be enabled. | ||
DontSplitSegmentsForArchiving | boolean | Preview | Prevents the archiving logic from splitting segments into multiple archived files based on their tag groups. | ||
ExportToBucket | boolean | Preview | Export data to bucket storage. | ||
ExternalDataSourceSyncForEntity | boolean | Preview | Enables 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 | boolean | Preview | Enables 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 | boolean | Preview | External Functions. | ||
FalconDataConnector | boolean | Preview | Uses the Falcon data connector. | ||
FieldAliasing | boolean | Preview | Allow field aliasing. | ||
FleetCollectorDebugLogging | boolean | Preview | Enables fleet management collector debug logging. | ||
FleetCollectorMetrics | boolean | Preview | Enables fleet management collector metrics. | ||
FleetEphemeralHosts | boolean | Preview | Use Fleet ephemeral hosts. | ||
FleetLabels | boolean | Preview | Allow Fleet Management labels. | ||
FleetOverviewDashboards | boolean | Preview | Enables 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 | boolean | Preview | Fleet remote updates features. | ||
FleetTablePageUI | boolean | Preview | Enables 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 | boolean | Preview | Enable Flight Control support in cluster. | ||
GeographyFunctions | boolean | Preview | Enable geography functions in query language. | ||
GoogleCloudArchiving | boolean | Preview | Enables 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 | boolean | Preview | Enables graph queries. | ||
LiveTables | boolean | Preview | Allow use of live tables. | ||
LlmParserGeneration | boolean | Preview | Enables 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 | boolean | Preview | Enable login bridge. | ||
MacosInstallerForLogCollector | boolean | Preview | Enables download of macos installer for logcollector through fleet management. | ||
ManagedRepositories | boolean | Preview | Enable LogScale Managed repositories. The customer is not permitted to change certain configurations in a LogScale Managed repository. | ||
ManagedRepositoriesAllowFDRConfig | boolean | Preview | Allow users to configure FDR feeds for managed repositories. | ||
MeasureNewSegmentFileFormat | boolean | Preview | When using the new segment file format on write, also do the old solely for comparison. | ||
MitreDetectionAnnotation | boolean | Preview | Enable Mitre detection annotation. | ||
MultiClusterSearch | boolean | Preview | Enable searching across LogScale clusters. | ||
MultipleViewRoleBindings | boolean | Preview | Enable multiple view role bindings. | ||
NewAutoshardRuleStore | boolean | Preview | Use new store for Autosharding rules. | ||
NewOrganizationLimits | boolean | Preview | Use new organization limits. | ||
NoCurrentsForBucketSegments | boolean | Preview | Disable currents for Bucket segments. | ||
OneToManyGroupSynchronization | boolean | Preview | Enables mapping one group to more than one LogScale group with the same lookup name during group synchronization. | ||
PreMergeMiniSegments | boolean | Preview | Pre-merge mini-segments. | ||
QueryAssistant | boolean | Preview | Enable the LogScale Query Assistant. | ||
QueryBacktrackingLimit | boolean | Preview | Limit query backtracking. | ||
RefreshClusterManagementStatsInUnregisterNode | boolean | Preview | Force a refresh of ClusterManagementStats cache before calculating UnregisterNodeBlockers in clusterUnregisterNode() mutation. | ||
RepeatingQueries | boolean | Preview | Whether the queries are repeating. | ||
ReplacePeriodicIngestOffsetPushing | boolean | Preview | Disables periodic ingestOffset pushing for datasources in favor of alternate handling. | ||
ResolveFieldsCodeGen | boolean | Preview | Resolve field names during codegen rather than for every event. | ||
SegmentRebalancerHandlesMinis | boolean | Preview | Segment rebalancer handles mini segments. Can only take effect when the AlternateQueryMergeTargetHandling and DigestersDontNeedMergeTargetMinis feature flags are also enabled. | ||
SetConsideredAliveUntilOnGracefulShutdown | boolean | Preview | Lets the cluster know that non-evicted nodes undergoing a graceful shutdown should be considered alive for 5 minutes with regards to segment rebalancing. | ||
SleepFunction | boolean | Preview | Flag for testing, does nothing. | ||
SortNewDatastructure | boolean | Preview | Use the new sort, head, tail, and table datastructure. | ||
SubdomainForOrganizations | boolean | Preview | Enable subdomains for current cluster. | ||
TimeIntervalInQuery | boolean | Preview | Enables support specifying the query time interval using the query function, setTimeInterval(). | ||
UsagePageUsingIngestAfterFieldRemovalSize | boolean | Preview | The UsagePage shows data from ingestAfterFieldRemovalSize instead of segmentWriteBytes . | ||
UseNewQueryCoordinationPartitions | boolean | Preview | Use the new query coordination partition logic. | ||
WriteNewSegmentFileFormat | boolean | Preview | Allow writing in new segment file format. |