I'm starting to study elasticsearch for my project. Specifically version 1.5. I'm considering using aliases to abstract client apps from the intricacies of index setup. I might end up with 20 to 50 indexes and 10 to 30 aliases per indexes. This would amount to 1500 aliases.
I wonder if there is a limit in the number of aliases per indexes and or per cluster.
Thanks in advance,
P.