Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for /_cluster/state APIs #292

Merged
merged 3 commits into from
Jun 18, 2013
Merged

Conversation

NickCraver
Copy link
Contributor

Initial support for monitoring of elastic via /_cluster/state. I need to add some additional object maps around metadata and blocks, but those are not present at all in our environment.

All the main bits are here and allow us to monitor detailed cluster state across our network - submitting this so others can do the same.

Also contained in here are fixes for NodeState, adding load averages and proper property lengths (int => long) where needed.

NodeStats int lengths were not proper for the data types returned here,
longs should be used instead.
Add initial monitoring support via /_cluster/state, incomplete on
metadata and blocks but the majority of the objects are present/mapped.
Mpdreamz added a commit that referenced this pull request Jun 18, 2013
Support for /_cluster/state APIs
@Mpdreamz Mpdreamz merged commit 145f314 into elastic:master Jun 18, 2013
@Mpdreamz
Copy link
Member

Cheers! Very keen to hear/see the monitoring tooling you guys wrote.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants