Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Add SINCEDB_DIR env var to logstash.lib.sh
Browse files Browse the repository at this point in the history
This is to fix the file input

Fixes elastic#5385
  • Loading branch information
untergeek committed May 27, 2016
1 parent 58b1c53 commit 4baf29d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/logstash.lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ fi

LOGSTASH_HOME=$(cd `dirname $SOURCEPATH`/..; pwd)
export LOGSTASH_HOME
SINCEDB_DIR=${LOGSTASH_HOME}
export SINCEDB_DIR

parse_jvm_options() {
if [ -f "$1" ]; then
Expand Down

0 comments on commit 4baf29d

Please sign in to comment.