Allow to pass arbitrary request parameters for ES queries #290
Labels
enhancement
Improves the status quo
:Load Driver
Changes that affect the core of the load driver such as scheduling, the measurement approach etc.
:Track Management
New operations, changes in the track format, track download changes and the like
Milestone
We should allow users to pass arbitrary request parameters for queries (i.e. operation-type
search
in Rally). The syntax is best shown by an example (fieldrequest-params
):The supported parameters names are documented in the Python ES client API docs. Parameters that are implicitly set by Rally (e.g.
body
orrequest_cache
) are not supported (i.e. users are not allowed to use them and if they do so behavior is unspecified).The text was updated successfully, but these errors were encountered: