1 #!/bin/bash 2 3 # Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one 4 # or more contributor license agreements. Licensed under the Elastic License; 5 # you may not use this file except in compliance with the Elastic License. 6 7 # include x-pack-security jars in classpath 8 ES_CLASSPATH="$ES_CLASSPATH:$ES_HOME/modules/x-pack-watcher/*"