update
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
- name: 'default'
|
||||
org_id: 1
|
||||
path: ''
|
||||
type: 'file'
|
||||
options:
|
||||
folder: '/var/lib/grafana/dashboards'
|
||||
@@ -0,0 +1,31 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: 'dmarc-ag'
|
||||
type: 'elasticsearch'
|
||||
access: 'proxy'
|
||||
orgId: 1
|
||||
url: 'http://elasticsearch:9200'
|
||||
database: '[dmarc_aggregate-]YYYY-MM-DD'
|
||||
isDefault: true
|
||||
jsonData:
|
||||
esVersion: 8.12.1
|
||||
timeField: 'date_range'
|
||||
interval: 'Daily'
|
||||
maxConcurrentShardRequests: '256'
|
||||
version: 1
|
||||
editable: false
|
||||
- name: 'dmarc-fo'
|
||||
type: 'elasticsearch'
|
||||
access: 'proxy'
|
||||
orgId: 1
|
||||
url: 'http://elasticsearch:9200'
|
||||
database: '[dmarc_forensic-]YYYY-MM-DD'
|
||||
isDefault: false
|
||||
jsonData:
|
||||
esVersion: 8.12.1
|
||||
timeField: 'arrival_date'
|
||||
interval: 'Daily'
|
||||
maxConcurrentShardRequests: '256'
|
||||
version: 1
|
||||
editable: false
|
||||
Reference in New Issue
Block a user