SourceEventsQueryResultType is a datatype for a query that gives the underlying events for some specified fields. The queryArguments parameter is for the names of free variables in the query, prefixed with a ?. For example, thing in some=?thing | count().

This datatype is used by the datatype, drilldowns, which is used by queryAnalysis, which is in turn used by the queryAnalysis() query field.

Table: SourceEventsQueryResultType

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: 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.