Skip to content

Commit 0dbd63e

Browse files
authored
Fixing esVersion to match Elastic Search version
This will hopefully save some folks a bit of trouble with the "Support for Elasticsearch versions after their end-of-life (currently versions < 7.10)" error.
1 parent 718ff95 commit 0dbd63e

File tree

1 file changed

+2
-2
lines changed
  • grafana/grafana-provisioning/datasources

1 file changed

+2
-2
lines changed

grafana/grafana-provisioning/datasources/all.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ datasources:
99
database: '[dmarc_aggregate-]YYYY-MM-DD'
1010
isDefault: true
1111
jsonData:
12-
esVersion: 70
12+
esVersion: 7.17.5
1313
timeField: 'date_range'
1414
interval: 'Daily'
1515
version: 1
@@ -22,7 +22,7 @@ datasources:
2222
database: '[dmarc_forensic-]YYYY-MM-DD'
2323
isDefault: false
2424
jsonData:
25-
esVersion: 70
25+
esVersion: 7.17.5
2626
timeField: 'arrival_date'
2727
interval: 'Daily'
2828
version: 1

0 commit comments

Comments
 (0)