{ "took": 30, "errors": true, "items": [ { "index": { "_index": "test", "_id": "1", "_version": 1, "result": "created", "_shards": { "total": 1, "successful": 1, "failed": 0 }, "_seq_no": 0, "_primary_term": 1, "status": 201 } }, { "create": { "_index": "test", "_id": "2", "status": 409, "error": { "type": "version_conflict_engine_exception", "reason": "[1]: version conflict, document already exists (current version [1])", "index_uuid": "eZMQ7DUzT56RLaQcAjOlxg", "index": "test-bulk-integration", "shard": "0" } } } ] }