I've upgraded to Elasticsearch 1.3.x and by default dynamic scripting is
disabled for security reasons. The advice is now to place any used scripts
as a file in config/scripts directory. My question is how to integrate this
into a multi-user production environment? Each developer needs to have it
installed, the circleci needs it, I have to ensure the search cluster
connected to Heroku has it. Is there anyway I can integrate this into our
git workflow?
I just use dynamic groovy scripts which are acceptable because they are
sandboxed. If the sandbox is too restrictive you can carefully loosen it
using configuration.
I've upgraded to Elasticsearch 1.3.x and by default dynamic scripting is
disabled for security reasons. The advice is now to place any used scripts
as a file in config/scripts directory. My question is how to integrate this
into a multi-user production environment? Each developer needs to have it
installed, the circleci needs it, I have to ensure the search cluster
connected to Heroku has it. Is there anyway I can integrate this into our
git workflow?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.