add grafana dashboard for elasticsearch and provisionning
This commit is contained in:
4751
files/dashboards/elasticsearch.json
Normal file
4751
files/dashboards/elasticsearch.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -292,3 +292,13 @@
|
|||||||
mode: '0750'
|
mode: '0750'
|
||||||
when: prometheus_nginx_exporter_targets is defined
|
when: prometheus_nginx_exporter_targets is defined
|
||||||
notify: "grafana-prometheus-restart"
|
notify: "grafana-prometheus-restart"
|
||||||
|
|
||||||
|
- name: "grafana-prometheus | import grafana elasticsearch dashboard"
|
||||||
|
copy:
|
||||||
|
src: dashboards/elasticsearch.json
|
||||||
|
dest: /opt/docker-compose/grafana-prometheus/dashboards/elasticsearch.json
|
||||||
|
owner: '1000'
|
||||||
|
group: '1000'
|
||||||
|
mode: '0750'
|
||||||
|
when: prometheus_elasticsearch_exporter_targets is defined
|
||||||
|
notify: "grafana-prometheus-restart"
|
||||||
|
Reference in New Issue
Block a user