Skip to content

CodersOfTheNight/oshino-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oshino-elasticsearch

ElasticSearch metric collector

For more info, refer to parent project Oshino

Installing

Via pip: pip install oshino_elasticsearch

Or via oshino-admin, if you already have oshino

oshino-admin plugin install oshino_elasticsearch

Config

url - elasticsearch base url

fields - array which defines what metric groups you want to receive. You can call http://localhost:9200/_nodes/_all/stats and see full listing.

Example config

---
interval: 10
riemann:
  host: localhost
  port: 5555
agents:
  - name: cluster-health
    module: oshino_elasticsearch.agent.ElasticSearchAgent
    fields:
      - transport
      - http
      - jvm
      - thread_pool
    url: http://es.master.dev:9200
    tag: es

Releases

No releases published

Packages

No packages published

Languages