How to implement multi tenant environment in Elasticsearch

thank you @Christian_Dahlqvist for the information.

Could you please suggest in the above use case what approach should I go for

1/ Shall I create an Elasticsearch index Per type, per index, per tenant?
E.g. For 24000 tenants, 200 types

shall I create a 24000*200 = 4800000 index in Elasticsearch? is it feasible?