API Stability Long-Term

The updateMaxIngestRequestSize() GraphQL mutation is used to override the globally configured maximum size of ingest requests. Set to zero to remove current override.

Syntax

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

graphql
updateMaxIngestRequestSize(
      repositoryName: string!, 
      maxIngestRequestSize: integer!
   ): Repository!

Below is an example of how this mutation field might be used:

Show:
graphql
mutation {
  updateMaxIngestRequestSize( 
     repositoryName: "humio",
     maxIngestRequestSize: 500
  )
 { id }
}
Example Responses
Show:
json
{
  "data": {
    "updateMaxIngestRequestSize": {
      "id": "X4aZ7KP4AeTvKkigOV3G1ZWy"
    }
  }
}

Returned Datatypes

For Repository, there are several parameters. Below is a list of them along with a description of each:

Table: Repository

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 19, 2025
actionmultipleyes Long-TermA saved action. The multiple datatype consists of (id: string): Action. See Action.
actionsmultipleyes Long-TermA list of saved actions. The multiple datatype consists of (actionIds: [string]): [Action]. See Action.
aggregateAlertmultipleyes Long-TermA saved aggregate alert. The multiple datatype consists of (id: string): AggregateAlert. See AggregateAlert.
aggregateAlerts[AggregateAlert]yes Long-TermA list of saved aggregate alerts. See AggregateAlert.
alertmultipleyes Long-TermA saved alert. The multiple datatype consists of (id: string): Alert. See Alert.
alerts[Alert]yes Long-TermSaved alerts. See Alert.
allowedViewActions[ViewAction]yes Long-TermReturns the all actions the user is allowed to perform on the view. See ViewAction.
archivingConfigurationArchivingConfiguration  PreviewAny archiving configuration. This is a preview parameter and is subject to change. See ArchivingConfiguration.
archivingProviderstring  PreviewThe archiving provider. This is a preview parameter and subject to change.
automaticSearchbooleanyes Long-TermWhether to search automatically.
availablePackagesmultipleyes Long-TermReturns a list of available packages that can be installed. The multiple datatype consists of (filter: string, tags: [PackageTag], categories: [string]): [PackageRegistrySearchResultItem]. See PackageRegistrySearchResultItem. PackageTag is a scalar.
awsExternalIdstringyes Long-TermThe AWS External ID used when assuming roles in AWS on behalf of this repository.
cachePolicyCachePolicy  PreviewThe cache policy set on the repository. This is a preview and subject to change. See CachePolicy.
compressedByteSizelongyes Long-TermTotal size of data, measured as the size after compression.
compressedByteSizeOfMergedlongyes Long-TermTotal size of data, merged parts. Size is measured as the size after compression.
currentTagGroupings[TagGroupingRule]yes Long-TermTag grouping rules applied on the repository currently. Rules only apply to the tags they denote, and tags without rules do not have any grouping. See TagGroupingRule.
dashboardmultipleyes Long-TermA saved dashboard. The multiple datatype consists of (id: string): Dashboard. See Dashboard.
dashboards[Dashboard]yes Long-TermAll dashboards available on the view. See Dashboard.
datasources[Datasource]yes Long-TermData sources from where data is ingested: specific log files or services sending data to LogScale. See Datasource.
dataTypeRepositoryDataTypeyes Long-TermRepository data types are used for controlling the types of data are allowed in the repository. See RepositoryDataType.
defaultQuerySavedQuery  Long-TermThe default saved query for the repository. See SavedQuery.
deletedDatelong  Long-TermThe point in time the search domain was marked for deletion.
descriptionstring  Long-TermA description of the repository.
effectiveCachePolicyCachePolicyyes PreviewThe effective cache policy that will apply to the repository, organization or global default, in order of precedence is: the repository cache policy, if set; the organization cache policy, if set; the global cache policy, if set; or the default cache policy in which no segments are prioritized. Cache policies are a limited feature and subject to change. See CachePolicy.
eventForwardersForSelection[EventForwarderForSelection]yes Long-TermList event forwarders in the organization with only basic information. See EventForwarderForSelection.
eventForwardingRules[EventForwardingRule]yes Long-TermThe event forwarding rules configured for the repository. See EventForwardingRule.
fdrFeedmultipleyes Long-TermThe unique identifier of the FDR feed to get. The multiple datatype consists of (id: string): FdrFeed. See FdrFeed.
fdrFeedControlmultipleyes Long-TermAdministrator control for an FDR feed. Provide the identifier of the FDR feed the administrator is to control. The maxNodes is the maximum number of nodes with which to poll the FDR feed. This feature is a preview and is still being iterated; changes may occur. The multiple datatype consists of (id: string): FdrFeedControl. See FdrFeedControl.
fdrFeedControls[FdrFeedControl]yes Long-TermAdministrator controls for FDR feeds. This feature is still being iterated; changes may occur. See FdrFeedControl.
fdrFeeds[FdrFeed]yes Long-TermSaved FDR feeds. See FdrFeed.
fileFieldSearchmultipleyes Long-TermSearching fields in a file. The multiple datatype consists of (fileName: string, fieldName: string, prefixFilter: string, valueFilters: [FileFieldFilterType], fieldsToInclude: [string], maxEntries: integer): [[DictionaryEntryType]]. See FileFieldFilterType and DictionaryEntryType,
files[File]yes Long-TermAny related files. See File.
filterAlertmultipleyes Long-TermA saved filter alert. The multiple datatype consists of (id: string): FilterAlert. See FilterAlert.
filterAlerts[FilterAlert]yes Long-TermSaved filter alerts. See FilterAlert.
gcsArchivingConfigurationGCSArchivingConfiguration  PreviewGCS archiving configuration. This is a preview and subject to change. See GCSArchivingConfiguration.
groups[Group]yes Long-TermGroups with assigned roles. See Group.
hasPackageInstalledmultipleyes Long-TermWhether the repository has a given package installed. The multiple datatype consists of (packageId: VersionedPackageSpecifier): boolean. VersionedPackageSpecifier is a scalar.
idstringyes Long-TermThe unique identifier of the repository.
ingestBlockdatetime  Long-TermThe date and time in the future after which ingest for this repository will be re-enabled.
ingestFeedmultipleyes Long-TermA saved Ingest feed. This is a preview not ready for production. The multiple datatype consists of (id: string): IngestFeed. See IngestFeed.
ingestFeedsmultipleyes Long-TermSaved Ingest feeds. This is a preview and not ready for production. The multiple datatype consists of (searchFilter: string, typeFilter: [IngestFeeds__Type!], sortBy: IngestFeeds__SortBy, orderBy: OrderBy, skip: integer, limit: integer): IngestFeedQueryResultSet!). See IngestFeedQueryResultSet.
ingestListeners[IngestListener]yes Long-TermThe ingest listeners configured for this repository (see IngestListener Table).
ingestSizeBasedRetentionfloat  Long-TermRetention in gigabytes, based on the size of data when it arrives at LogScale, before parsing and compression. LogScale will keep at most this amount of data.
ingestTokens[IngestToken]yes Long-TermThe ingest token used for receiving data into the repository. See IngestToken.
installedPackages[PackageInstallation]yes Long-TermList packages installed on a specific view or repository. See PackageInstallation.
interactions[ViewInteraction]yes Long-TermAll interactions defined on the view. See ViewInteraction.
isActionAllowedmultipleyes Long-TermCheck if the current user is allowed to perform the given action on the view. The multiple datatype consists of (action: ViewAction): boolean. See ViewAction.
isStarredbooleanyes Long-TermWhether the repository is marked with a star.
limitLimitV2  Long-TermThis is the limit attached to the repository. See LimitV2.
maxAutoShardCountinteger  Long-TermThe maximum number of auto shards created.
nameRepoOrViewNameyes Long-TermThe name of the repository. RepoOrViewName is a scalar.
packageV2multipleyes Long-TermThe returned package information for the specified package. The datatype is (packageId: VersionedPackageSpecifier!): Package2! VersionedPackageSpecifier is a scalar. See Package2.
packageVersionsmultipleyes Long-TermThe available versions of a package. This is a preview and may be moved to the Package2 object. The multiple datatype consists of (packageId: UnversionedPackageSpecifier): [RegistryPackageVersionInfo]. UnversionedPackageSpecifier is a scalar. See RegistryPackageVersionInfo.
parsermultiple  Long-TermThe Parser in the repository. The datatype consists of parser(id: string). This is deprecated. Use instead id.
parsers[Parser]yes Long-TermList of parsers used with the repository. See Parser.
permanentlyDeletedAtlong  Long-TermThe point in time the search domain will not be restorable anymore.
recentQueriesV2[RecentQuery]yes Long-TermAny recent queries. See RecentQuery.
reposExcludedInSearchLimit[string]yes Long-TermRepositories not part of the search limitation.
resourcestring  Short-TermThe resource identifier for this search domain.
s3ArchivingArnstring  Short-TermThe ARN of the AWS IAM identity that will write to S3 for S3 archiving.
s3ArchivingConfigurationS3Configuration  Long-TermThe configuration for S3 archiving (e.g., bucket name and region). See S3Configuration.
savedQueries[SavedQuery]yes Long-TermSaved queries. See SavedQuery.
savedQuerymultipleyes Long-TermA saved query. The multiple datatype consists of (id: string!): SavedQuery. See SavedQuery.
scheduledReportmultipleyes Long-TermSaved scheduled report. The multiple datatype consists of (id: string): ScheduledReport. See ScheduledReport.
scheduledReports[ScheduledReport]yes Long-TermSaved scheduled reports. See ScheduledReport.
scheduledSearchmultipleyes Long-TermA saved scheduled search. The multiple datatype consists of (id: string): ScheduledSearch. See ScheduledSearch.
scheduledSearches[ScheduledSearch]yes Long-TermSaved scheduled searches. See ScheduledSearch.
searchLimitedMslong  Long-TermSearch limit in milliseconds, to which searches should are limited.
starredFields[string]yes Long-TermA list of fields which are marked with a star in the repository.
storageSizeBasedRetentionfloat  Long-TermRetention in gigabytes, based on the size of data when in storage, after parsing and compression. LogScale will keep at least this amount of data, but as close to this amount as possible.
tags[string]yes Long-TermAll tags from all datasources.
timeBasedBackupRetentionfloat  Long-TermSets time in days to keep back-ups before they are deleted.
timeBasedRetentionfloat  Long-TermThe maximum time in days to keep data. Older date will be deleted.
timeOfLatestIngestdatetime  Long-TermThe timestamp of the latest ingested data, or null if the repository is empty.
typeRepositoryTypeyes Long-TermRepository Types are used for tracking trial status in LogScale Cloud setups. See RepositoryType.
uncompressedByteSizelongyes Long-TermTotal size the data, measured as the size stored before compression and is thus the size of the internal format, not the data that was ingested.
uncompressedByteSizeOfMergedlongyes Long-TermTotal size the data, merged parts. Size is measured as the size stored before compression and is thus the size of the internal format, not the data that was ingested.
usageTagstring  Long-TermThe usage tag used to group usage summary on repositories.
users[User]yes Long-TermUsers who have access to the repository. See User.
usersAndGroupsmultipleyes Long-TermUsers or groups who have access to the repository. The multiple datatype consists of (search: string, skip: integer, limit: integer): UsersAndGroupsSearchResultSet See UsersAndGroupsSearchResultSet.
usersV2multipleyes PreviewUsed to search for a user based on search parameters and for a given permission. The multiple datatype consists of (search: string, permissionFilter: Permission, skip: integer, limit: integer): Users!. See Permission and Users.
viewerQueryPrefixstringyes Long-TermThe query prefix prepended to each search in this domain.