GitXplorerGitXplorer
v

elasticsearch-stats-to-cloudwatch

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
036ad55af6d0955c1fb10877b94279e218c8cd8e

Upgraded to ES 5.x

vvanga committed 8 years ago
Unverified
05a4fd6d879aaaf9dfc64511493bd1aec67590e9

Added query for monitoring Search queue length

vvanga committed 9 years ago
Unverified
6fc2f88f4b0682e464f2be6c076eb8f6ceb59ff2

Configuration file

vvanga committed 9 years ago
Unverified
e9e0b98ff3c1e26117419f00deb7d04707a84d5b

Added requirements.txt and updated README

vvanga committed 10 years ago
Unverified
5ee12dace4bc777917437e23ea7863bd5868b769

Basic version

vvanga committed 10 years ago
Unverified
f665f905f79173420b3a9236ed32ed1e1df3da73

Initial commit

vvanga committed 10 years ago

README

The README file for this repository.

elasticsearch-stats-to-cloudwatch

Python script to send elasticsearch node stats(from marvel) to AWS Cloudwatch

To run on EC2 with an IAM role

Sends only Heap usage atm

Prerequisites boto,elasticsearch

pip install boto
pip install elasticsearch

Configure ES_HOST and region vars

All ES nodes must be time synched (Becasue of the ES query which gets average data of last 2 minutes)

Tested on

Python 2.7.6 boto 2.38.0