Elasticsearch Stats
ElasticSearch metrics from prometheus exporter
ElasticSearch metrics from prometheus exporter (https://github.com/justwatchcom/elasticsearch_exporter)
Fork from: https://grafana.com/dashboards/266
git: https://github.com/yackushevas/grafana_dashboards
rev2: Update for compatibility with 0.3.3 elasticsearch_exporter: https://github.com/justwatchcom/elasticsearch_exporter/releases/tag/v0.3.3 Added labels for dividing nodes by type: https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.html for example:
- job_name: 'elasticsearch'
scrape_interval: 30s
metrics_path: '/metrics'
static_configs:
- targets: [ 'master1']
# Labels assigned to all metrics scraped from the targets.
labels:
node_type: data
- targets: [ 'storage1' ]
# Labels assigned to all metrics scraped from the targets.
labels:
node_type: master
- targets: [ 'client1' ]
# Labels assigned to all metrics scraped from the targets.
labels:
node_type: client"
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |
Elasticsearch
Easily monitor Elasticsearch, a distributed, multitenant full-text search engine, with Grafana Cloud's out-of-the-box monitoring solution.
Learn more