debricked / dmarc-visualizer

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

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

Open AboodAth99 opened 10 months ago

AboodAth99 commented 10 months ago

image

m0xbilal commented 10 months ago

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

TahoeWebmaster commented 10 months ago

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

srteppei commented 10 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 10 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 10 months ago

Hi resolved it by importing/using this dashboad:

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

TahoeWebmaster commented 10 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 10 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
MeNearly commented 3 months ago

Same issue, and akky's patch does not solve it...

MatheusKunnen commented 3 months ago

@MeNearly I had the same issue, it's because the last version of the dashboard only works for newer versions of elasticsearch (^8.0.0). I used and old version of the dashboard and it worked fine.(https://github.com/domainaware/parsedmarc/blob/bddc2adb9cd7dad408049e7032e85ef9c9470e48/grafana/Grafana-DMARC_Reports.json)