API Stability Short-Term

The meta() GraphQL query will return information about the LogScale instance.

For information on clusters, see the Cluster Management documentation page. You may also want to look at the LogScale Logical Architecture page in the Training section.

Syntax

Below is the syntax for the meta() query field:

graphql
meta(url: string): HumioMetadata!

This query field has one input, the URL of the LogScale instance. For the results, though, there are many parameters that may be given within curly-brackets. Below is an example:

Show:
graphql
query {
  meta(url: "https://logger.company.com") 
     {version, organizationMode,
      authenticationMethod{name}, 
      sharedDashboardsEnabled, 
      environment,  isExternalManaged
    }
}
Example Responses
Show:
json
{
  "data": {
    "meta": {
      "authenticationMethod": {
        "name": "SAMLAuthentication"
      },
      "sharedDashboardsEnabled": true,
      "organizationMode": "Single",
      "version": "1.161.0--build-2112--sha-ea4237e6b99165389c673adff40050178f1a697e",
      "isExternalManaged": false,
      "environment": "ON_PREM"
    }
  }
}

See the Returned Datatypes section for the parameters that are allowed.

Returned Datatypes

For HumioMetadata there are several parameters that may be given. Below is a list of them along with a description of each:

Table: HumioMetadata

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 26, 2025
allowActionsNotUseProxybooleanyes Long-TermWhether to allow actions not using proxy (i.e., value of HTTP_PROXY_ALLOW_ACTIONS_NOT_USE).
authenticationMethodAuthenticationMethodyes Long-TermThe authentication method used for the cluster node. See AuthenticationMethod.
awsIngestFeedsConfigurationStatusIngestFeedConfigurationStatusyes Long-TermThe configuration status for AWS ingest feeds. This is a preview, an experimental feature. It's not ready for production. See IngestFeedConfigurationStatus.
awsRegions[string]yes Long-TermA list of supported AWS regions. This is a preview, an experimental feature. It's not ready for production.
clusterIdstringyes Long-TermThe unique identifier of the cluster.
deleteBackupAfterlongyes Long-TermThe time in ms after which a repository has been marked for deletion it will no longer be restorable.
environmentEnvironmentTypeyes Long-TermThe type of environment on which LogScale is running. See EnvironmentType.
eulaUrlstringyes Short-TermThe URL for where the End-User License Agreement can be found.
externalGroupSynchronizationbooleanyes Short-TermWhether external group synchronization is enabled.
externalPermissionsbooleanyes Long-TermWhether there are external permissions.
falconDataConnectorUrlstring  Short-TermThe URL of the Falcon data connector.
filterAlertConfigFilterAlertConfigyes DeprecatedThe configuration for filter alerts. See FilterAlertConfig. This is deprecated. It's no longer used internally. It will be removed in version 1.189.
globalAllowListEmailActionsEnabledbooleanyes Long-TermWhether the global allow list email actions are enabled.
ingestFeedAwsRoleArnstring  Long-TermCluster AWS IAM role arn (i.e., Amazon Resource Name) used to assume role for ingest feeds. This is a preview, an experimental feature. It's not ready for production.
isApiExplorerEnabledbooleanyes Short-TermWhether the API Explorer is enabled.
isAutomaticUpdateCheckingEnabledbooleanyes Long-TermWhether automatic update checking enabled.
isClusterBeingUpdatedbooleanyes PreviewWhether the cluster is being updated, based on differences in the cluster node versions. This is a preview, an experimental field used to improve the user experience during cluster upgrades.
isExternalManagedbooleanyes Short-TermWhether the account is externally managed.
isFeatureFlagEnabledmultipleyes Short-TermReturns enabled features that are likely in beta. The syntax for the datatype is (feature: FeatureFlag): boolean. See FeatureFlag.
isPendingUsersEnabledbooleanyes Short-TermWhether allowing pending users is enabled.
isScheduledReportEnabledbooleanyes Short-TermWhether the scheduled r eport is enabled.
isUsingSmtpbooleanyes Long-TermWhether LogScale is using SMTP.
maxCsvFileUploadSizeByteslongyes Short-TermThe maximum CSV (i.e., comma-separated values) file upload size in bytes.
maxJsonFileUploadSizeByteslongyes Short-TermThe maximum JSON (i.e., JavaScript Object Notation) file upload size in bytes.
minimumNodeVersionstringyes PreviewThe lowest detected node version in the cluster. This is a preview, an experimental field used to improve the user experience during cluster upgrades.
organizationModeOrganizationModeyes Short-TermWhether the organization mode used. See OrganizationMode.
organizationMultiModebooleanyes Short-TermWhether the organization is using multi-mode.
personalUserTokensEnabledbooleanyes Short-TermWhether the personal user tokens are enabled.
regions[RegionSelectData]yes Long-TermThe name and URL for the regions. See RegionSelectData.
sandboxesEnabledbooleanyes Short-TermWhether sandbox repositories are enabled.
scheduledSearchMaxBackfillLimitinteger  Long-TermThe scheduled search maximum backfill limit (i.e., value of SCHEDULED_SEARCH_BACKFILL_LIMIT).
sharedDashboardsEnabledbooleanyes Short-TermWhether the shared dashboards are enabled.
versionstringyes Long-TermThe version of Falcon LogScale.