Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
AboodAth99 opened this issue Jan 5, 2024 · 14 comments
Open

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

AboodAth99 opened this issue Jan 5, 2024 · 14 comments

Comments

@AboodAth99
Copy link

image

@m0xbilal
Copy link

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

@TahoeWebmaster
Copy link

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

@srteppei
Copy link

Reading an old thread I found #41 (comment).
At least for me is working

@TahoeWebmaster
Copy link

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
Copy link

Hi
resolved it by importing/using this dashboad:

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

@TahoeWebmaster
Copy link

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
Copy link

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

akky pushed a commit to akky/dmarc-visualizer that referenced this issue Feb 23, 2024
@MeNearly
Copy link

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

@MatheusKunnen
Copy link

@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)

@Fuseteam
Copy link

Hi resolved it by importing/using this dashboad:

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

ran into the same issue, deleted the dashboard and imported this one using the id 11227

to edit you may need to log into grafana first, the default account is user: admin, password: admin. It will let you set your own password after first log in

@danielb3073
Copy link

danielb3073 commented May 13, 2025

Easiest fix for me, was to login as admin, select the title of each panel, then click edit. In the query settings at the bottom you should see the row that starts with "Then By", where it says "Interval:auto" select that option and click "auto". Clicking "auto" (even though that's what it was already set to) must reset it to what it's expecting, then each graph works as expected.

Should be noted that I also followed the recommendation of @teradiot and updated my grafana to 10.2.3

@jeppebundsgaard
Copy link

@teradiot's fix solved it for me. @zozs could you maybe accept @akky's commit so other people wont experience the bug?

@Fuseteam
Copy link

@jeppebundsgaard did @akky submit a pull request for it? that's how commits can be accepted—

@jeppebundsgaard
Copy link

I guess not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants