parsedmarc icon indicating copy to clipboard operation
parsedmarc copied to clipboard

Latest Graphana blocks EOL elasticsearch

Open EthanWilkinson opened this issue 2 years ago • 5 comments

unable to use the docker compose as it pulls the latest graphana, this causes issues and the datasources do not work as the provisioned ES is EOL

Cannot use later version of elastic as it throws elastic security error and crashes the parsemarc container.

ideally the image tags for graphana need updating to the last major version.

EthanWilkinson avatar Jul 27 '22 13:07 EthanWilkinson

Hi,

I'm using the versions listed below and everything is working fine for me. Could you be a bit more specific in your issue? I noticed you mentioned a docker compose file and image tags but there is no docker compose file in this repository or a reference to the grafana Docker image version.

parsedmarc=8.3.0 grafana=8.5.10 elasticsearch=8.1.2

image

nathanthorpe avatar Aug 08 '22 19:08 nathanthorpe

My guess is that this issue is actually for https://github.com/debricked/dmarc-visualizer

nickperkins avatar Aug 31 '22 22:08 nickperkins

https://github.com/domainaware/parsedmarc/blob/master/grafana/Grafana-DMARC_Reports.json

The versions here are old

grafana logs also say this.

logger=provisioning.dashboard t=2022-09-27T12:00:47.844912686Z level=warn msg="[Deprecated] the dashboard provisioning config is outdated. please upgrade" filename=/etc/grafana/provisioning/dashboards/all.yml

TafkaMax avatar Sep 27 '22 12:09 TafkaMax

Grafana Version: 9.1.6

TafkaMax avatar Sep 27 '22 12:09 TafkaMax

With Grafana 8.5.13 Elastic 8.4.2 Parsemarc 8.3.1

Elasticsearch error: [1:468] [date_histogram] unknown field [interval] did you mean [fixed_interval]?

TafkaMax avatar Sep 27 '22 12:09 TafkaMax