...
Execute the following request on the Elasticsearch VM:ubuntu@ip-172-31-95-213:~$ curl -XPUT
Code Block |
---|
# thanks Shane curl -XPUT localhost:9200/_cluster/settings -d ' |
...
{ |
...
"transient" : { |
...
"script.max_compilations_per_minute" : 50 |
...
} |
...
} |
...
'
{"acknowledged":true,"persistent":{},"transient":{"script":{"max_compilations_per_minute":"50"}}} |