API Stability Short-Term

The disableFeature() GraphQL mutation may be used to disable a feature in LogScale. To disable multiple features, you'll have to execute this mutation for each separately: you can't do them in a comma-separated list.

This mutation won't work with a feature that has been marked as a rollout feature. Use first overrideRolledOutFeatureFlag() to override the rollout.

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

Syntax

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

graphql
disableFeature(
      feature: FeatureFlag!
   ): boolean!

Given Datatypes

For FeatureFlag, there are several parameters. Below is a list of them along with their datatypes and a description of each. To see them, though, you'll have to click on the Show Beta Features button above.

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: Mar 14, 2025
AlternateQueryMergeTargetHandlingboolean   Allow alternate query merge target handling.
ArrayFunctionsboolean   Enable ArrayFunctions in query language.
CachePoliciesboolean   Prioritize newer over older segments.
CancelQueriesExceedingAggregateOutputRowLimitboolean   When enabled, queries exceeding the AggregatorOutputRowLimit will be cancelled instead of being logged.
CustomIngestTokensboolean   Enable custom ingest tokens not generated by LogScale.
DerivedCidTagboolean   Permit derived CID tag.
DigestersDontNeedMergeTargetMinisboolean   Allow digesters to start without having all of the minis for the current merge target. This requires the AlternateQueryMergeTargetHandling feature flag to be enabled.
DontSplitSegmentsForArchivingboolean   Prevents the archiving logic from splitting segments into multiple archived files based on their tag groups.
ExportToBucketboolean   Export data to bucket storage.
ExternalDataSourceSyncForEntityboolean   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.
ExternalDataSourceSyncForIdentityboolean   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.
ExternalFunctionsboolean   External Functions.
FalconDataConnectorboolean   Uses the Falcon data connector.
FieldAliasingboolean   Allow field aliasing.
FleetCollectorDebugLoggingboolean   Enables fleet management collector debug logging.
FleetCollectorMetricsboolean   Enables fleet management collector metrics.
FleetEphemeralHostsboolean   Use Fleet ephemeral hosts.
FleetLabelsboolean   Allow Fleet Management labels.
FleetOverviewDashboardsboolean   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.
FleetRemoteUpdatesboolean   Fleet remote updates features.
FleetTablePageUIboolean   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.
FlightControlboolean   Enable Flight Control support in cluster.
GeographyFunctionsboolean   Enable geography functions in query language.
GoogleCloudArchivingboolean   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.
GraphQueriesboolean   Enables graph queries.
LiveTablesboolean   Allow use of live tables.
LlmParserGenerationboolean   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.
LoginBridgeboolean   Enable login bridge.
MacosInstallerForLogCollectorboolean   Enables download of macos installer for logcollector through fleet management.
ManagedRepositoriesboolean   Enable LogScale Managed repositories. The customer is not permitted to change certain configurations in a LogScale Managed repository.
ManagedRepositoriesAllowFDRConfigboolean   Allow users to configure FDR feeds for managed repositories.
MeasureNewSegmentFileFormatboolean   When using the new segment file format on write, also do the old solely for comparison.
MitreDetectionAnnotationboolean   Enable Mitre detection annotation.
MultiClusterSearchboolean   Enable searching across LogScale clusters.
MultipleViewRoleBindingsboolean   Enable multiple view role bindings.
NewAutoshardRuleStoreboolean   Use new store for Autosharding rules.
NewOrganizationLimitsboolean   Use new organization limits.
NoCurrentsForBucketSegmentsboolean   Disable currents for Bucket segments.
OneToManyGroupSynchronizationboolean   Enables mapping one group to more than one LogScale group with the same lookup name during group synchronization.
PreMergeMiniSegmentsboolean   Pre-merge mini-segments.
QueryAssistantboolean   Enable the LogScale Query Assistant.
QueryBacktrackingLimitboolean   Limit query backtracking.
RefreshClusterManagementStatsInUnregisterNodeboolean   Force a refresh of ClusterManagementStats cache before calculating UnregisterNodeBlockers in clusterUnregisterNode() mutation.
RepeatingQueriesboolean   Whether the queries are repeating.
ReplacePeriodicIngestOffsetPushingboolean   Disables periodic ingestOffset pushing for datasources in favor of alternate handling.
ResolveFieldsCodeGenboolean   Resolve field names during codegen rather than for every event.
SegmentRebalancerHandlesMinisboolean   Segment rebalancer handles mini segments. Can only take effect when the AlternateQueryMergeTargetHandling and DigestersDontNeedMergeTargetMinis feature flags are also enabled.
SetConsideredAliveUntilOnGracefulShutdownboolean   Lets the cluster know that non-evicted nodes undergoing a graceful shutdown should be considered alive for 5 minutes with regards to segment rebalancing.
SleepFunctionboolean   Flag for testing, does nothing.
SortNewDatastructureboolean   Use the new sort, head, tail, and table datastructure.
SubdomainForOrganizationsboolean   Enable subdomains for current cluster.
TimeIntervalInQueryboolean   Enables support specifying the query time interval using the query function, setTimeInterval().
UsagePageUsingIngestAfterFieldRemovalSizeboolean   The UsagePage shows data from ingestAfterFieldRemovalSize instead of segmentWriteBytes.
UseNewQueryCoordinationPartitionsboolean   Use the new query coordination partition logic.
WriteNewSegmentFileFormatboolean   Allow writing in new segment file format.