SavedQuery
is a datatype
for a query saved for later use.
Table: SavedQuery
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 28, 2025 | |||||
allowedActions | [AssetAction ] | yes | Preview | The allowed asset actions. See AssetAction . This is a preview and subject to change. | |
description | string | Long-Term | A description of the saved query. | ||
displayName | string | yes | Long-Term | The display name of the saved query. | |
id | string | yes | Long-Term | The unique identifier for the saved query. | |
interactions | [QueryBasedWidgetInteraction ] | yes | Long-Term | The interactions of the saved query. See QueryBasedWidgetInteraction . | |
isStarred | boolean | yes | Long-Term | Whether the saved query has been marked with a star. | |
Name | string | yes | Long-Term | The name of the saved query. | |
options | json | yes | Long-Term | Options related to the saved query, in JSON form. | |
package | PackageInstallation | Long-Term | The package, if there is one, in which the saved query is included. See PackageInstallation . | ||
packageId | VersionedPackageSpecifier | Long-Term | The unique identifier of the package. VersionedPackageSpecifier is a scalar value. | ||
query | HumioQuery | yes | Long-Term | The saved query itself. See HumioQuery . | |
resource | string | yes | Short-Term | The resource identifier for this saved query. | |
widgetType | string | yes | Long-Term | The type of widget used with the saved query. | |
yamlTemplate | yaml | yes | Long-Term | A YAML formatted string that describes the saved query. This replaced templateYaml starting in LogScale version 1.225. |