RunningQuery is a datatype for a query that is currently being executed.

Table: RunningQuery

ParameterTypeRequiredDefaultDescription
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
clients[Client]yes A list of clients. See Client.
coordinatorIdstringyes The unique identifier of the coordinator.
deltaLiveCostfloatyes Live cost calculation last 30 seconds.
deltaLiveMillisfloatyes Live CPU time spent the last 30 seconds.
deltaMapMillisfloatyes Static CPU time spent the last 30 seconds.
DeltaStaticCostfloatyes Static cost calculation last 30 seconds.
deltaTotalAllocationslongyes The change of the total number of bytes that were allocated.
deltaTotalCostfloatyes Total cost calculation last 30 seconds.
estimatedTotalByteslongyes The estimated total bytes of data that will be searched by the query.
idstringyes The unique identifier of the running query.
includedByteslongyes The number of bytes that were included in the processing of the query (i.e., the estimated minus the skipped).
InitiatedBystring  Who or what initiated the running query.
isDashboardbooleanyes Whether the running query is used in a dashboard.
isHistoricDonebooleanyes Whether the query of historic data has completed.
isLivebooleanyes Whether the query is using live data.
liveAllocationslongyes The total number of bytes that were allocated during the live part of the query.
liveCostfloatyes Live cost calculation.
liveMillisfloatyes Live CPU time spent since query started.
mapAllocationslongyes The number of bytes that were allocated during the map phase of the query.
mapMillisfloatyes Static CPU time spent since query started.
organizationOrganization  The organization owning the query, if any. See Organization.
processedEventslongyes The number of events that were actually processed in running the query.
queryArgsstringyes The arguments for any paramters in the query (e.g., ?host ).
queryInputstringyes The query as entered by the user, including additional metadata.
queryPrefixstringyes The prefix of the query.
reduceAllocationslongyes The number of bytes that were allocated during the reduce phase of the query.
skippedByteslongyes The number of bytes that were skipped as a result of not matching the search criteria.
staticCostfloatyes Static cost calculation.
statusstringyes The status of the running query.
timeInMillislongyes The time in milliseconds that the query has been running.
timeIntervalstringyes The time interval for the query.
timeZoneOffSetMinutesintegeryes The time zone used for the time interval, specified in minutes.
totalAllocationslongyes The total number of bytes that were allocated during the processing of the query.
totalCostfloatyes Total cost calculation.
totalWorkintegeryes The number of segments to be searched by the query and its time interval.
Viewstringyes The view or repository associated with the query.
workDoneintegeryes The number of segments that were actually read in the processing the query.