Elasticsearch Stats

ElasticSearch metrics from prometheus exporter

Elasticsearch Stats screenshot 1
Elasticsearch Stats screenshot 2
Elasticsearch Stats screenshot 3
Elasticsearch Stats screenshot 4

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"
Revisions
RevisionDescriptionCreated
Elasticsearch

Elasticsearch

by Grafana Labs
Grafana Labs solution

Easily monitor Elasticsearch, a distributed, multitenant full-text search engine, with Grafana Cloud's out-of-the-box monitoring solution.

Learn more

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies