v1

latestOpenAPI 3.1.0Elastic 2.02026-07-179371211.2 KB
Query

Get Active Queries

Returns a list of active event/data queries within the grid. Users will only see their queries unless they have privileged access to see active queries across all users. Requires a Security Onion Pro license.

get/connect/query/active

Query parameters

filterboolean

If set to true the internal, child, uncancelable, and related queries will be filtered out of the results

Response

The list of active queries

cancelableboolean

True if this task can be canceled

detailsstring

Details of the task

elapsedMsinteger

Elapsed runtime of this task

gridIdstring

Grid ID on which this task is running, or empty for the local grid

startTimestring

Start time of this task

taskIdstring

Unique Task ID representing this active task

Example response

[
  {
    "cancelable": true,
    "details": "transport (cluster:monitor/tasks/lists)",
    "elapsedMs": 100023,
    "gridId": "SubgridA",
    "startTime": "2024-10-06T19:29:39.332211Z",
    "taskId": "jSliTqa12bOPhdW195TuuZ:443"
  }
]