OpenSearch/docs/reference/modules/scripting
Alexander Reelsen 80d0a32f8e ScriptService: Replace max compilation per minute setting with max compilation rate (#26399)
The current script service has a script compilation limit for a one
minute window. This is set to a small default value of 15. Instead of
increasing that default value, this commit introduces a new setting 
that allows to configure a rate per time unit, so that the script service can deal with bursts better.

The new setting is named `script.max_compilations_rate`,
requires a nonnegative number and a positive time value.

The default is `75/5m`, which is equivalent to the existing 15 per minute.
2017-09-01 10:15:27 +02:00
..
engine.asciidoc [DOCS] Defined es-test-dir and plugins-examples-dir in index.asciidoc. (#25232) 2017-06-15 08:54:10 -07:00
expression.asciidoc improve date api for expressions/painless fields 2016-05-31 09:32:33 -04:00
fields.asciidoc Scripting: Change keys for inline/stored scripts to source/id (#25127) 2017-06-09 08:29:25 -07:00
painless.asciidoc Update experimental labels in the docs (#25727) 2017-07-18 14:06:22 +02:00
security.asciidoc Fix script setting names in script security docs 2017-08-16 09:07:46 -04:00
using.asciidoc ScriptService: Replace max compilation per minute setting with max compilation rate (#26399) 2017-09-01 10:15:27 +02:00