When I try to run this on my MongoDB:
db.createCollection(\"mycol\", { capped : true, autoIndexID : true, size : 6142800, max : 10000 } )
I
The correct option is autoIndexId , you had put autoIndexID .
autoIndexId
autoIndexID