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

Simplify nodes stats API #4347

Merged

Commits on Jan 6, 2014

  1. Simplify nodes stats API

    First, this breaks backwards compatibility!
    
    * Removed /_cluster/nodes/stats endpoint
    * Excpect the stats types not as parameters, but as part of the URL
    * Returning all indices stats by default, returning all nodes stats by default
    * Supporting groups & types in nodes stats now as well
    * Updated documentation & tests accordingly
    * Allow level parameter for "shards" and "indices" (cluster does not make sense here)
    
    Closes elastic#4057
    spinscale committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    bb27516 View commit details
    Browse the repository at this point in the history