File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
grafana-provisioning/datasources Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM grafana/grafana:8.5.4
1
+ FROM grafana/grafana:latest
2
2
3
3
ADD --chown=grafana:root https://raw.githubusercontent.com/domainaware/parsedmarc/master/grafana/Grafana-DMARC_Reports.json /var/lib/grafana/dashboards/
4
4
RUN chmod 644 /etc/grafana/provisioning
5
5
6
6
COPY grafana-provisioning/ /etc/grafana/provisioning/
7
+
8
+ RUN sed -i 's/fixed_interval/interval/g' /var/lib/grafana/dashboards/Grafana-DMARC_Reports.json
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ datasources:
9
9
database : ' [dmarc_aggregate-]YYYY-MM-DD'
10
10
isDefault : true
11
11
jsonData :
12
- esVersion : 7.17.5
12
+ esVersion : 80
13
13
timeField : ' date_range'
14
14
interval : ' Daily'
15
15
version : 1
@@ -22,8 +22,8 @@ datasources:
22
22
database : ' [dmarc_forensic-]YYYY-MM-DD'
23
23
isDefault : false
24
24
jsonData :
25
- esVersion : 7.17.5
25
+ esVersion : 80
26
26
timeField : ' arrival_date'
27
27
interval : ' Daily'
28
28
version : 1
29
- editable : false
29
+ editable : false
Original file line number Diff line number Diff line change 1
- FROM python:3.9-alpine3.16
1
+ FROM python:3.11-alpine
2
2
3
3
RUN apk add --update --no-cache libxml2-dev libxslt-dev
4
4
RUN apk add --update --no-cache --virtual .build_deps build-base libffi-dev \
5
5
&& pip install parsedmarc \
6
6
&& apk del .build_deps
7
7
8
8
COPY parsedmarc.ini /
9
- # COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb
9
+ # COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb
You can’t perform that action at this time.
0 commit comments