Skip to content

Releases: grafana/opensearch-datasource

grafana-opensearch-datasource v2.14.1

19 Dec 09:27
Compare
Choose a tag to compare

2.14.1

  • Upgrade Grafana dependencies and create-plugin config in #315

grafana-opensearch-datasource v2.14.0

29 Nov 10:01
Compare
Choose a tag to compare

2.14.0

grafana-opensearch-datasource v2.13.1

12 Oct 11:33
Compare
Choose a tag to compare

2.13.1

  • Backend: Fix Lucene logs so it only uses date_histogram by @fridgepoet in #277
  • Backend: Remove _doc from sort array in query building, Remove limit from response processing by @fridgepoet in #278

grafana-opensearch-datasource v2.13.0

05 Oct 16:21
Compare
Choose a tag to compare

2.13.0

  • [Explore] Migrate Lucene metric queries to the backend by @fridgepoet as part of #197
    • The Lucene metric query type has been refactored to execute through the backend in the Explore view only. Existing Lucene metric queries in Dashboards are unchanged and execute through the frontend. Please report any anomalies observed in Explore by reporting an issue.

grafana-opensearch-datasource v2.12.0

02 Oct 10:45
Compare
Choose a tag to compare

2.12.0

  • Get filter values with correct time range (requires Grafana 10.2.x) by @iwysiu in #265
  • Backend (alerting/expressions only) Lucene metrics: Parse MinDocCount as int or string by @fridgepoet in #268
  • Backend (alerting/expressions only) Lucene metrics: Fix replacement of _term to _key in terms order by @fridgepoet in #270
  • Backend (alerting/expressions only) Lucene metrics: Remove "size":500 from backend processTimeSeriesQuery by @fridgepoet in #269

grafana-opensearch-datasource v2.11.0

27 Sep 12:38
Compare
Choose a tag to compare

2.11.0

  • [Explore] Migrate PPL log queries to the backend by @kevinwcyu in #259
    • The PPL Logs query type has been refactored to execute through the backend in the Explore view only. Existing PPL Logs queries in Dashboards are unchanged and execute through the frontend. Please report any anomalies observed in Explore by reporting an issue.

grafana-opensearch-datasource v2.10.2

21 Sep 19:08
Compare
Choose a tag to compare

2.10.2

  • Dependencies update

grafana-opensearch-datasource v2.10.1

11 Sep 09:58
Compare
Choose a tag to compare

2.10.1

  • Backend: Refactor http client so that it is reused in #252

grafana-opensearch-datasource v2.10.0

04 Sep 14:17
Compare
Choose a tag to compare

2.10.0

  • [Explore] Migrate Lucene log queries to the backend by @fridgepoet in #228
    • The Lucene Logs query type has been refactored to execute through the backend in the Explore view only. Existing Lucene Logs queries in Dashboards are unchanged and execute through the frontend. Please report any anomalies observed in Explore by reporting an issue.
  • Apply ad-hoc filters to PPL queries before sending it to the backend by @kevinwcyu in #244

grafana-opensearch-datasource v2.9.1

30 Aug 15:51
Compare
Choose a tag to compare

2.9.1

  • upgrade @grafana/aws-sdk to fix bug in temp credentials