parsedmarc-dockerized icon indicating copy to clipboard operation
parsedmarc-dockerized copied to clipboard

Trying to initialize aggs without index pattern in SPF Alignment Over Time and DKIM Alignment Over Time panels

Open gitterdoneplease opened this issue 1 year ago • 7 comments

Recently went to check on this great solution and my SPF Alignment Over Time and DKIM Alignment Over Time panels only show "Trying to initialize aggs without index pattern". I did a fresh install and this persists. Anything I can do to fix it?

Thank you.

gitterdoneplease avatar Feb 23 '24 01:02 gitterdoneplease

I tried updating Kibana and Elasticsearch to the latest and now the error on both reads "Could not find the data view: -"

gitterdoneplease avatar Feb 23 '24 21:02 gitterdoneplease

I can reproduce the same on new setups, but honestly I'm not sure what that means or what's causing it. I'd expect the dashboard being imported fine. So maybe some compatibility mismatch/bug in parsedmarc's dashboard or some bug in kibana itself. I'm not sure if it's worth asking in the original project's GitHub repo?

patschi avatar Feb 24 '24 03:02 patschi

Just wanted to chime in that I have the same issue - Was running kibana/elasticsearch 7.16.something, updated to 7.17.18, still got "Trying to initialize aggs without index pattern". Upgraded kibana and elasticsearch to 8.12.2 and I now have the world map visible, which I didn't before, but SPF/DKIM Alignment over time now both give me "Could not find the data view: -".

Is there an updated version of the dashboard that I need to import?

csjoh avatar Mar 01 '24 13:03 csjoh

Same issue here after my first install. Also 1 "Unrecognized layerType EMS_VECTOR_TILE".

Since I'm "only a user": is there any instruction how to do the Kibana/elastic update?

hgrebenstein avatar Mar 04 '24 07:03 hgrebenstein

Same issue here after my first install. Also 1 "Unrecognized layerType EMS_VECTOR_TILE".

Since I'm "only a user": is there any instruction how to do the Kibana/elastic update?

I just changed the version tags in the docker-compose.yml file from 7.17.18 to 8.12.2, followed by a docker-compose down && docker-compose pull && docker-compose up -d. I'm not sure if the pull was strictly necessary, but I prefer to err on the side of caution.

That gave me the map, but the SPF/DKIM alignment over time graphs are still missing. They're not super critical, but it would be nice to have them.

csjoh avatar Mar 04 '24 09:03 csjoh

I just hit shift-ctrl-R in the wrong window and hard refreshed the kibana dashboard instead of what I intended to refresh, and now the SPF/DKIM alignment over time graphs show. I now feel stupid that I didn't try that before...

This was on my home computer running Linux Mint, however, on my work computer running Windows, this didn't work and I am a bit confused as to why.

csjoh avatar Mar 04 '24 11:03 csjoh

I had trouble with the re-compose. Did a full re-install on a fresh Ubuntu with a modified docker-compose-yml using 8.12.2 and now there's everything showing.

hgrebenstein avatar Mar 04 '24 15:03 hgrebenstein