Skip to content

asalih/elasticsearch-lim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lim as an alternative for monitoring elasticsearch

Build Status

lim logs node stats and index stats separately. You can see your index stats(search, log, fetch, etc.) within all nodes and keeps calculated datas.

Index Statistics

screen shot 2015-02-15 at 22 41 57

Node Statistics

screen shot 2015-02-15 at 22 41 57

Installation

Download and build with go. When you build successfully, just edit ".env" file and run.

  • ELASTICSEARCH_SOURCE_URL = Gets the index stats and node stats from this url.
  • ELASTICSEARCH_TARGET_URL = Posts the calculated data to this url. It uses the an other elasticsearch server to keep data, like marvel.
  • ELASTICSEARCH_INDEX_ST = Index address for keeping "index" stats.
  • ELASTICSEARCH_INDEX_ND = Index address for keeping "node" stats.
  • ELASTICSEARCH_TTL = Time to live stored index and node stats.
  • INTERVAL_SECOND = Interval for read stats from source.

About

elasticsearch marvel alternative

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published