Is there a way to do msearch operations with ESRally?

Like the title says. I was using the regular search operations in benchmark, but was considering switching to msearch. I know it is not in the documentation spec, but is there a way to emulate it, or is it on the way in a newer ESRally version?

Hello!

We have an issue in our backlog to address this in esrally core (elastic/rally#300) but in the meantime it is possible to do this, either with a raw-request or with a custom runner.

An example raw-request can be found in the issue here
An example custom runner using the ES client's msearch functionality is implemented in the public eventdata track here

More information on custom runners: Rally Docs

Hope that helps!
Rick B

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.