Open AboodAth99 opened 10 months ago
Getting the same issue. Please provide suggestion on how it can be fixed
Just starting out here. I am getting the same issue.
Reading an old thread I found https://github.com/debricked/dmarc-visualizer/issues/41#issuecomment-1425415494. At least for me is working
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.
Hi resolved it by importing/using this dashboad:
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
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/
Same issue, and akky's patch does not solve it...
@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)