queryutils.query

Query.__init__(text, time)[source]

Create a Query object.

Parameters:
  • self (Query) – The current Query object
  • text (str) – The actual text of the query
  • time (float) – The timestamp associated with the query in UNIX epoch time
Return type:

Query

class queryutils.query.Query(text, time)[source]

A class representing a Splunk query and associated information.