Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 679 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 679 Bytes

Changelog

1.0.0

Initial release. Provides basic data source functionality of fetching saved/scheduled search results from Cribl.

1.1.0

  • Add support for using dashboard variables in Cribl Search queries.
  • Add support for Grafana alerting.

1.1.1

  • Remove unnecessary logic from CheckHealth
  • Properly close HTTP response body in all cases

1.1.2

  • Query timeout is now configurable.
  • Add info & doc link to the timeout error message to encourage the user to leverage scheduled search.
  • Upon timeout, cancel the query on the Cribl Search side.
  • Allow saved search ID to be composed using dashboard ${variables}.

1.1.3

  • Fix "time" field data type.