mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Add SINCEDB_DIR env var to logstash.lib.sh
This is to fix the file input Fixes #5385
This commit is contained in:
parent
2c68fa62bb
commit
2383e623a5
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ fi
|
||||||
|
|
||||||
LOGSTASH_HOME=$(cd `dirname $SOURCEPATH`/..; pwd)
|
LOGSTASH_HOME=$(cd `dirname $SOURCEPATH`/..; pwd)
|
||||||
export LOGSTASH_HOME
|
export LOGSTASH_HOME
|
||||||
|
SINCEDB_DIR=${LOGSTASH_HOME}
|
||||||
|
export SINCEDB_DIR
|
||||||
|
|
||||||
parse_jvm_options() {
|
parse_jvm_options() {
|
||||||
if [ -f "$1" ]; then
|
if [ -f "$1" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue