I am using Elasticsearch 2.1. When I start up the system, I get several exceptions about failing to load classes related to scripting. For example,
failed to load mustache
java.lang.ClassNotFoundException: com.github.mustachejava.Mustache
I can resolve this problem by including these dependencies in my project, but I am not using these scripting languages. Is there a way to tell Elasticsearch to disable their use and to prevent it from throwing the exceptions?