Search Queries

The Management > Advanced Features > Queries > Search page displays the queries that are currently running in the system or have completed.

The following query information is displayed as a table:
  • Query ID
  • Query
  • Total events
  • Progress percentage

To delete queries, select the queries by clicking the corresponding check boxes, and then click .

Even if the execution of a query has completed, the query remains in the system cache until it is deleted. A query can be deleted in any of the following ways:
  • On the GUI:
    • By closing the Advanced Search tab for the query
    • By deleting the query from the Queries > Search page
  • From the REST API:
    • By using the deleteQuery() API
    • If the time to live value of the query elapses.

      The timeToLive parameter is applicable only to queries created with REST API. It indicates the number of seconds of time after which the query is automatically deleted. The default value is 200 seconds.