Operation type bulk

I have a challenge that deletes the index, creates the index, check the cluster health and then bulk index it .
When I execute the challenge in my local environment , it works fine , (I do not see the actual documents in the index, but see the statistics for it ) but when I run the same thing in my pre prod environment I see "[ERROR] Cannot race. Error in load generator [0]
Request returned an error. Error type: bulk, Description: HTTP status: 404, message: no such index", even though I see the new index getting created

command that I am using : esrally --pipeline=benchmark-only --target-hosts=pre-prod host:9200 --track-path=rally/track.json --on-error=abort

never mind I figured it out

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