I have the same problem after upgrading to 8.0.0, this is because default IBatchFormatter implementation changed and it no longer adds { "events": [...]} around log items, instead it just serializes it to json array [...]
So you either have to use custom IBatchFormatter, rollback to 7.2.0, or change the receiving side to not rely on the events field.