elasticsearch update方法报错: Too many dynamic script compilations within, max: [75/5m]

 PUT _cluster/settings
    {
        "transient" : {
            "script.max_compilations_rate" : "100/1m"
        }
    }

原文地址:https://www.cnblogs.com/royfans/p/11944650.html