How to set max_clause_count

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?

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