-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard date_histogram error with elasticsearch 8.0 or higher #356
Comments
Same issue. |
Good news, I believe to have fixed this issue. I am testing this out with Elastic 8.3.4 & 8.4 and Grafana 9.0 |
hi |
A workaround has been outlined in debricked/dmarc-visualizer#41 (comment): RUN sed -i 's/fixed_interval/interval/g' /var/lib/grafana/dashboards/Grafana-DMARC_Reports.json Looks like this was partly fixed with #366 but there are a few remaining places needing changing to support elasticsearch v8 breaking changes:
|
When using Elastic search version
=>8.0
, the is an error for the date intervalElasticsearch err:[1:512] [date_histogram] unknown field [interval] did you mean [fixed_interval]?
Is there an updated query (json) file? or any configuration I should fix either in grafana or elasticsearch?
The text was updated successfully, but these errors were encountered: