Hey Elastic-Team
im getting following Error when changing the max_compilations_per_minute via Kibana
Following Syntax was used for the chaning the setting
PUT /_cluster/settings
{
"transient" : {
"script.max_compilations_per_minute" : 20
}
}
This is the errormsg i got.
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "transient setting [script.max_compilations_per_minute], not recognized"
}
],
"type": "illegal_argument_exception",
"reason": "transient setting [script.max_compilations_per_minute], not recognized"
},
"status": 400
}
Thx for any help