parseable icon indicating copy to clipboard operation
parseable copied to clipboard

Dynamic endpoints

Open TomBebb opened this issue 4 months ago • 11 comments

Fixes #370

Description

Adds support for dynamic queries by periodically re-fetching the query given.

Associates each dynamic query with a UUID. Uses a static ref map to associate the UUIDs with the latest result.


This PR has:

  • [ y] been tested to ensure log ingestion and log query works.
  • [y ] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • [ y] added documentation for new or modified features or behaviors.

/claim #370

TomBebb avatar Oct 21 '24 19:10 TomBebb