Skip to content

Commit

Permalink
Fixing esVersion to match Elastic Search version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tnoeding authored Aug 24, 2022
1 parent 718ff95 commit 0dbd63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafana/grafana-provisioning/datasources/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ datasources:
database: '[dmarc_aggregate-]YYYY-MM-DD'
isDefault: true
jsonData:
esVersion: 70
esVersion: 7.17.5
timeField: 'date_range'
interval: 'Daily'
version: 1
Expand All @@ -22,7 +22,7 @@ datasources:
database: '[dmarc_forensic-]YYYY-MM-DD'
isDefault: false
jsonData:
esVersion: 70
esVersion: 7.17.5
timeField: 'arrival_date'
interval: 'Daily'
version: 1
Expand Down

0 comments on commit 0dbd63e

Please sign in to comment.