Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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"}}}