domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
981 stars 212 forks source link

Updated Grafana query template to support Elasticsearch 8.0 and higher #366

Closed ykcab closed 1 year ago

ykcab commented 1 year ago

This template update adds support for Elasticsearch 8.3.x and above.

When using elasticsearch ^8.0, the error as stated in issue #356 is resolved by replacing interval with fixed_interval

Reference https://github.com/grafana/grafana/issues/19911

seanthegeek commented 1 year ago

Thanks!

casperdcl commented 1 year ago

cross-ref: https://discuss.elastic.co/t/invalid-interval-specified-must-be-non-null-and-non-empty/283878