How can I set the max_clause_count? The documentation says I just need to add it to the user settings. But when I try to set it such as:
indices.query.bool.max_clause_count: 10000
then I get this error: 'indices.query.bool.max_clause_count': is not allowed
What am I doing wrong?