debricked / dmarc-visualizer

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

Invalid interval specified, must be non-null and non-empty #51

Open AboodAth99 opened 6 months ago

AboodAth99 commented 6 months ago

image

m0xbilal commented 6 months ago

Getting the same issue. Please provide suggestion on how it can be fixed

TahoeWebmaster commented 6 months ago

Just starting out here. I am getting the same issue.

srteppei commented 6 months ago

Reading an old thread I found https://github.com/debricked/dmarc-visualizer/issues/41#issuecomment-1425415494. At least for me is working

TahoeWebmaster commented 6 months ago

Hey thanks. But right now my whole install seems hosed, some pkgs changed like the keyring no longer using apt-get and when I tried to reload my files, not all of them seem to get processed.

I am attempting to rebuild this on my FreeBSD system which is much more stable than WSL under win10.

m0xbilal commented 6 months ago

Hi resolved it by importing/using this dashboad:

https://grafana.com/grafana/dashboards/11227-dmarc-reports/

TahoeWebmaster commented 6 months ago

Interesting, how do you import the dashboard?

Also, got everything rebuilt but parsedmarc can't open up a connection to ES even after changing to localhost:9200

teradiot commented 5 months ago

Hello, I had the same problem, but I solved it by updating the Grafana version in the Dockerfile.

FROM grafana/grafana:10.2.3
# FROM grafana/grafana:8.5.4

ADD --chown=grafana:root https://raw.githubusercontent.com/domainaware/parsedmarc/master/grafana/Grafana-DMARC_Reports.json /var/lib/grafana/dashboards/
RUN chmod 644 /etc/grafana/provisioning

COPY grafana-provisioning/ /etc/grafana/provisioning/
image