added filterPath support to master api and enhanced yaml testing

This commit is contained in:
Spencer Alger
2015-06-02 11:11:30 -07:00
parent 7d14e7d24e
commit 5e1da82688
9 changed files with 139 additions and 68 deletions

View File

@ -17,6 +17,10 @@ NOTE: the https://github.com/fullscale/elastic.js[elastic.js] library can be use
+
`Number, Number[]` -- HTTP status codes which should not be considered errors for this request.
`filterPath`::
+
`String|String[]` -- Starting in **elasticsearch 2.0** the `filterPath` parameter can be passed to any API to filter it's reponse values. See the https://www.elastic.co/guide/en/elasticsearch/reference/master/common-options.html#_response_filtering[elasticsearch response filtering docs] for more information.
=== Config values you can override per request
* `requestTimeout` -- <<config-request-timeout, more info>>
* `maxRetries` -- <<config-max-retries, more info>>