parameterize elasticsearch port
This commit is contained in:
parent
a7872afdd8
commit
06c3fc56ab
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ datasources:
|
|||
- name: cpu
|
||||
type: elasticsearch
|
||||
access: proxy
|
||||
url: http://maestro.dmz:14653
|
||||
url: http://maestro.dmz:{{ elasticsearch_port }}
|
||||
jsonData:
|
||||
index: 'fluentd.cpu'
|
||||
timeField: '@timestamp'
|
||||
|
@ -13,7 +13,7 @@ datasources:
|
|||
- name: memory
|
||||
type: elasticsearch
|
||||
access: proxy
|
||||
url: http://maestro.dmz:14653
|
||||
url: http://maestro.dmz:{{ elasticsearch_port }}
|
||||
jsonData:
|
||||
index: 'fluentd.memory'
|
||||
timeField: '@timestamp'
|
||||
|
|
Reference in a new issue