5.0.0-alpha2: how to set index.query.bool.max_clause_count?

Index level setting is not allowed in elastic search.yml with 5.0.0.
And with _setting or _template
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "unknown setting [index.query.bool.max_clause_count]"
}
],
"type": "illegal_argument_exception",
"reason": "unknown setting [index.query.bool.max_clause_count]"
},
"status": 400
}

Any insight or work-around?

1 Like

The key name has changed to indices.query.bool.max_clause_count