-
Notifications
You must be signed in to change notification settings - Fork 796
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
number_of_replicas #483
number_of_replicas #483
Conversation
Signed-off-by: Alexandr Marchenko <[email protected]>
785a319
to
2a320bf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nit, otherwise LGTM.
sorry for a noob question but seems like I have stuck with this DCO whatever, is there a chance you can press the button or should I figure out how to fix this check? |
Any chance we can get this merged @SuperQ ? I would love to have this metric exported |
This needs a DCO sign-off. You can use |
Co-authored-by: Ben Kochie <[email protected]> Signed-off-by: Alexandr Marchenko <[email protected]>
7bcb364
to
ed48174
Compare
@SuperQ thank you, seems like it did the trick |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README missed the update of the metric name.
Thanks indeed Co-authored-by: Joe Adams <[email protected]> Signed-off-by: Alexandr Marchenko <[email protected]>
f5fc035
to
9a69bc2
Compare
@SuperQ @sysadmind is there any chance it will be merged somewhere in the future or should something else be done? |
LGTM. Thanks! |
BREAKING CHANGES: The flag `--es.cluster_settings` has been renamed to `--collector.clustersettings`. * [CHANGE] Rename --es.cluster_settings to --collector.clustersettings * [FEATURE] Add ILM metrics #513 * [ENHANCEMENT] Add ElasticCloud node roles to role label #652 * [ENHANCEMENT] Add ability to use AWS IAM role for authentication #653 * [ENHANCEMENT] Add metric for index replica count #483 * [BUGFIX] Set elasticsearch_clusterinfo_version_info guage to 1 #728 * [BUGFIX] Fix index field counts with nested fields #675 --------- Signed-off-by: Joe Adams <[email protected]>
motivation: hunting for indices with
number_of_replicas
being set to zero, which might cause data loss in certain scenarios, need this metric to configure alertoutput will be:
closes #482