The RunningQuery datatype includes various settings.

Table: RunningQuery

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

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.