Skip to content
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

Field Error after install #21

Open
servebeer opened this issue Feb 9, 2024 · 3 comments
Open

Field Error after install #21

servebeer opened this issue Feb 9, 2024 · 3 comments
Labels
invalid This doesn't seem right

Comments

@servebeer
Copy link

I just did a clean install and when I go to the web site, there are no graphics. Every box has an error that says: "[esaggs] > The field "message_count" associated with this object no longer exists in the index pattern. Please use another field.

@mosheg91
Copy link

Same here

@patschi
Copy link
Owner

patschi commented Feb 24, 2024

This typically means that no data has been imported by parsedmarc in elasticsearch yet. See github.com/domainaware/parsedmarc/issues/268 for reference.

For example, debug logs from parsedmarc will indicate that indices will be only created upon saving a report to elasticsearch:

    INFO:__init__.py:1019:Parsing mail from [email protected] on 2020-09-19 23:04:13+00:00
    INFO:elastic.py:364:Saving aggregate report to Elasticsearch
   DEBUG:elastic.py:284:Creating Elasticsearch index: dmarc_aggregate-2020-09-17

I was able to reproduce exactly this on a new setup. Hence, not a bug and something's wrong during parsedmarc runs. Make sure to enable debug logging and investigate the parsedmarc logs further please.

@patschi patschi added the invalid This doesn't seem right label Feb 24, 2024
@patschi
Copy link
Owner

patschi commented Feb 24, 2024

You can see logs e.g. via docker logs -f parsedmarc-dockerized-parsedmarc-1 and see what parsedmarc is reporting. If no error is shown, you might want to debug = False and silent = False in the config.ini file for further information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants