Merge remote-tracking branch 'dakrone/compliation-breaker'

This commit is contained in:
Lee Hinman 2016-08-09 11:57:26 -06:00
commit 5849c488b5
19 changed files with 250 additions and 26 deletions

View file

@ -103,6 +103,12 @@ Instead, pass it in as a named parameter:
The first version has to be recompiled every time the multiplier changes. The
second version is only compiled once.
If you compile too many unique scripts within a small amount of time,
Elasticsearch will reject the new dynamic scripts with a
`circuit_breaking_exception` error. By default, up to 15 inline scripts per
minute will be compiled. You can change this setting dynamically by setting
`script.max_compilations_per_minute`.
========================================