This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
shoarma/ansible/roles/monitoring/elasticsearch.yml.j2
2023-08-07 22:46:53 +02:00

19 lines
371 B
Django/Jinja

# vi: ft=yaml
apiVersion: 1
datasources:
- name: cpu
type: elasticsearch
access: proxy
url: http://maestro.dmz:14653
jsonData:
index: 'fluentd.cpu'
timeField: '@timestamp'
- name: memory
type: elasticsearch
access: proxy
url: http://maestro.dmz:14653
jsonData:
index: 'fluentd.memory'
timeField: '@timestamp'