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.
This commit is contained in:
Tim Noeding
2022-08-24 12:58:41 -10:00
committed by GitHub
parent 718ff95aad
commit 0dbd63e3fd

View File

@@ -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
@@ -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