debricked / dmarc-visualizer

Analyse and visualize DMARC results using open-source tools
Apache License 2.0
630 stars 159 forks source link

DKIM Results over time graph not displaying fails correctly #35

Open vk2muf opened 2 years ago

vk2muf commented 2 years ago

Love your work. This is a fantastic project. I've noticed the DKIM results over time graph appears to be displaying 0 failures as pass results. The sample data below has 0 fails. This is inconsistent with the other graphs. Keep up the great work. sample_graph

vk2muf commented 2 years ago

Located the config change. Edit the chart, Turn stack off Under stacking and null value. Change to docker image /var/lib/grafana/dashboards/Grafana-DMARC_Reports.json line 540 from "stack": true, to "stack": false,

Raised pull request on https://github.com/domainaware/parsedmarc to fix