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

Move elasticsearch node_stats metricset under node.stats namespace #4142

Merged
merged 1 commit into from
May 9, 2017

Commits on May 9, 2017

  1. Move elasticsearch node_stats metricset under node.stats namespace

    So far the node_stats was putting all its data under `elasticsearch.node_stats.*`. This was changed to `elasticsearch.node.stats.*`.
    
    Further changes:
    
    * Remove support for setting index in metricset. This was never used and can now be done through using format string in the index setting.
    * Remove support for setting type in metricset. Type will be removed in elasticsearch.
    * Rename ModuleData constant to ModuleDataKey.
    * Introduce NamespaceKey as constant to replace hardcoded `_namespace`.
    * Cleanup event generation for metricbeat.
    * Remove `type` from event as not needed and remove it as required field.
    ruflin committed May 9, 2017
    Configuration menu
    Copy the full SHA
    7fb911e View commit details
    Browse the repository at this point in the history