User Tools

Site Tools


prometheus_grafana

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
prometheus_grafana [2019/05/01 19:22] adminprometheus_grafana [2019/06/22 21:48] (current) – [Run exporters on boot using supervisord] admin
Line 104: Line 104:
 </code> </code>
  
 +ElasticSearch Exporter - https://github.com/justwatchcom/elasticsearch_exporter
 +
 +
 +<code bash /etc/supervisor/conf.d/elasticsearch_exporter.conf>
 +[program:elasticsearch_exporter]
 +command=/root/go/bin/elasticsearch_exporter --es.uri=http://localhost:9200
 +autostart=yes
 +autorestart=yes
 +startretries=3
 +stderr_logfile=/var/log/prometheus_exporter/elasticsearch_exporter.err.log
 +stdout_logfile=/var/log/prometheus_exporter/elasticsearch_exporter.log
 +user=root
 +</code>
  
 ===== Grafana Dashboards ===== ===== Grafana Dashboards =====
prometheus_grafana.1556731324.txt.gz · Last modified: 2019/05/01 19:22 by admin