HumioQuery is a datatype for a LogScale query.

This datatype is used by two datatypes: RecentQuery and SavedQuery. They're associated with several other datatypes, and a few mutation fields: addRecentQuery() mutation, addSavedQueryLabels() mutation, etc.

Table: HumioQuery

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 25, 2024
arguments[DictionaryEntryType]yes Long-TermThe list arguments of the LogScale query, in unordered key-value pairs with unique keys. See DictionaryEntryType.
endstringyes Long-TermThe end of the relative time interval for the query.
isLivebooleanyes Long-TermWhere the query is using live data, rather than static data.
languageVersionLanguageVersionyes Long-TermThe language version used by LogScale. See LanguageVersion.
queryStringstringyes Long-TermThe query string for filtering and mapping events.
startstringyes Long-TermThe start of the relative time interval for the query.