SourceEventsQueryResultType

SourceEventsQueryResultType is a datatype for a query that gives the underlying events for some specified fields. queryArguments are names of free variables in the query, prefixed with a ?. For example, 'foo=?bar | count()' has the queryArgument bar.

Table: SourceEventsQueryResultType

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: Oct 3, 2024
diagnostics[QueryDiagnostic]yes PreviewThe diagnostics. See QueryDiagnostic.
querystring  PreviewThe query used. This is a preview and subject to change.
queryArguments[string]yes PreviewThe query arguments. This is a preview and subject to change.