mirror of
https://github.com/debricked/dmarc-visualizer.git
synced 2026-02-17 07:03:57 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user