Querying with more than 1024 filters using an alias

Hi guys
I'm performance-testing queries with a lot of filters.
Since the configured value of max filters is 1024, I've increased indices.query.bool.max_clause_count to 10,000.
So, regular queries are working fine (takes a lot of time to run, but it works) BUT when i create an alias with the same body, it fails when i try to use more than 1024 filters.

Is indices.query.bool.max_clause_count not affecting aliases?
Is there any other way to use an alias with more than 1024 filters?

Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.