How to handle lots of small indices

Welcome!

The first thing to do is to upgrade to the latest version (7.12.1).

Then, I'd recommend not creating so many indices, which means so many shards, because it will consume too many resources (HEAP).
Instead, I'd use on single index for all users and use filtered aliases instead.