← All dashboards

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"

Dashboard revisions

RevisionDecscriptionCreated

Reviews

Login or Sign up to write a review

Reviews from the community

Get this dashboard

Data source:

Dependencies:

Import the dashboard template:

or

Download JSON

Docs: Importing dashboards

Downloads: 1,895