If auto-create indices is false, transfers can fail if the index does not exist before you attempt to create a document. After the mutator is applied to the doc, there should be a check to ensure that the index exists, and create it if it does not.
If auto-create indices is false, transfers can fail if the index does not exist before you attempt to create a document.
After the mutator is applied to the doc, there should be a check to ensure that the index exists, and create it if it does not.