dmarc-visualizer
dmarc-visualizer copied to clipboard
Template variable service failed
Just re-built now, and in the browser UI it no longer renders stats. Instead there's a pop-up error saying:
:warning: Templating [fromdomain] Error updating options: Support for Elasticsearch versions after their end-of-life (currently versions < 7.10) was removed.
Hi @casperdcl grafana docker img was updated last week thats why now there are some deps conflicts. To make it work again just specify an older grafana version. I have tested the 8.5.2 and its working. (grafana/Dockerfile -> FROM grafana/grafana:8.5.2)
thx; confirmed working with 8.5.4 (latest before 9.0.0) too.
Updated #24 to include both this fix and #29 too :)
I've made it work with latest grafana image, see #45