-
Notifications
You must be signed in to change notification settings - Fork 814
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
[elasticsearch] Add / remove metrics for 2.x #2186
Comments
Thanks for opening the issue @bdharrington7. After a quick look it seems that the
Do you have info/experience on metrics that have been added in elasticsearch 2.0+ ? |
I haven't played with it, I just opened this issue as more of a bookmark / reminder :) -Brian
|
This would involve logic for not adding certain stats if the version of Elasticsearch is >= 2.x.x
A (probably not exhaustive) list of stats changes can be found here: https://www.elastic.co/guide/en/elasticsearch/reference/2.0/breaking_20_stats_info_and_literal_cat_literal_changes.html
The text was updated successfully, but these errors were encountered: