I intend to store scripts on disk as specified in http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting.htm
I have few questions on using this -
- How do I version control my scripts ? I can store different versions in different directories, but I would like it if I could specify a subdirectory that should be used inside config/scripts.
I'm open to other ideas too. - How do I ensure that my copied scripts have been successfully picked up by ES and compiled. An API to test for failures would be nice (maybe augment _cat/nodes) ?