mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
12cfa69215
commit
c4d03e38e6
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
set -ex
|
||||
current_dir="$(dirname "$0")"
|
||||
|
||||
source "$current_dir/helpers.sh"
|
||||
|
@ -8,7 +8,7 @@ if [ -n "${ES_VERSION+1}" ]; then
|
|||
echo "Elasticsearch version is $ES_VERSION"
|
||||
version=$ES_VERSION
|
||||
else
|
||||
version=5.0.0-beta1
|
||||
version=5.0.1
|
||||
fi
|
||||
|
||||
ES_HOME=$INSTALL_DIR/elasticsearch
|
||||
|
|
|
@ -8,7 +8,7 @@ if [ -n "${FILEBEAT_VERSION}" ]; then
|
|||
echo "Filebeat version is $FILEBEAT_VERSION"
|
||||
version=$FILEBEAT_VERSION
|
||||
else
|
||||
version=5.0.0-beta1
|
||||
version=5.0.1
|
||||
fi
|
||||
|
||||
FB_HOME=$INSTALL_DIR/filebeat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue