rally icon indicating copy to clipboard operation
rally copied to clipboard

Add `use-create` option to fail dups

Open nik9000 opened this issue 3 years ago • 4 comments
trafficstars

This adds an option to the bulk operation to force using Elasticsearch's create operation instead of index operation. We already were sending this operation when indexing into data streams. But this gives us the option when indexing into regular indices as well.

nik9000 avatar Mar 14 '22 17:03 nik9000

I'm making this as draft without and tests or docs so folks can have a look and decide if its worth doing. I want this option enabled in the tsdb track so I can detect when I have a bad configuration. I used this to find the errors I fixed in https://github.com/elastic/rally-tracks/pull/251

nik9000 avatar Mar 14 '22 17:03 nik9000

This is worth doing, yes!

pquentin avatar Mar 24 '22 20:03 pquentin

@elasticmachine update branch

pquentin avatar Aug 31 '22 07:08 pquentin

@nik9000 Are you still interested in working on this?

pquentin avatar Oct 20 '22 13:10 pquentin