Skip to content

msimons/elasticsearch-riverstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feeder Status plugin for Elasticsearch

Provides insight about the feeders around your Elasticsearch cluster.

Features###

  • Overview of feeders

Todo###

  • Animated status indication per river

Supported feeder implementation

Alt text

Development

Run/debug

mvn install exec:java

This will start Elasticsearch on http://localhost:9200. You can access the plugin by going to http://localhost:9200/_plugin/feederstatus.

Build release (ZIP)

To build a ZIP file that can be installed to Elasticearch:

mvn package

The ZIP file can be found in <project home>/target/releases

Installation

This plugin is currently in development, no official releases have been published yet. If you would like to install the plugin manually, you can do so by getting the build release package (see Build release) and run the following command from within your Elasticsearch folder:

./bin/plugin -u file:///path/to/plugin.zip -i elasticsearch-feederstatus

or use the latest snapshot build from GitHub (change URL to specific build version):

./bin/plugin -u <URL> -i elasticsearch-feederstatus

For example:

./bin/plugin -u https://github.com/msimons/elasticsearch-riverstatus/releases/download/1.0-SNAPSHOT_09_06_2015/elasticsearch-riverstatus-1.0-SNAPSHOT.zip -i elasticsearch-feederstatus

About

Provides insight about the rivers in your Elasticsearch cluster.

Resources

License

Stars

Watchers

Forks

Packages

No packages published