I'm trying to create an index and I'm getting this error:
2018-12-30T15:28:30.853-0800 I COMMAND [conn580067] command db.$cmd command: createIndexes { createIndexes: "node", indexes: [ { background: true, sparse: true, key: { type: 1, players: 1, ct: 1, image: 1, domain: 1 }, name: "browse" } ], writeConcern: {} } exception: WiredTigerIndex::insert: key too large to index, failing 5813 { : "card", : null, : 1390347921368.0, : "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBxISEBIUEhQVFhQQEBAQDxAVFA8UFBUQFBQWFxQRFBQYHCggGBolHBQUITEhJSkrLi4uFx8zODMsNygtLisBCgoKDg0NFBAQFywcHBwsLCwsLCwsLC...", : null } code:17280 numYields:3312 reslen:354 locks:{ Global: { acquireCount: { r: 3313, w: 3313 } }, Database: { acquireCount: { w: 3313, W: 2 } }, Collection: { acquireCount: { w: 3313 } }, Metadata: { acquireCount: { W: 1 } } } protocol:op_query 8206ms
How do I figure out which document it is so that I can delete it?