OpenSearch/distribution
Jason Tedor 1fa701c18d
Fix using relative custom config path
Previously a user could set a custom config path to a relative directory
using ES_PATH_CONF. In a previous change related to enabling GC logging
by default, we forced the working directory for Elasticsearch to be
ES_HOME. This had the impact of causing all relative paths to be
relative to ES_HOME, against the intent of the user. This commit
addresses this by making ES_PATH_CONF absolute before we switch the
working directory to ES_HOME.

Relates #28700
2018-02-16 06:08:54 -05:00
..
archives Build: Group archive and package distribution projects (#28673) 2018-02-13 22:49:53 -08:00
bwc Build: Group archive and package distribution projects (#28673) 2018-02-13 22:49:53 -08:00
packages Build: Group archive and package distribution projects (#28673) 2018-02-13 22:49:53 -08:00
src/main Fix using relative custom config path 2018-02-16 06:08:54 -05:00
tools Plugins: Separate plugin semantic validation from properties format validation (#28581) 2018-02-12 21:30:11 -08:00
build.gradle Build: Group archive and package distribution projects (#28673) 2018-02-13 22:49:53 -08:00