You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: