kibnana 4.6 and logstash 2.4

This commit is contained in:
bigeagle 2016-09-21 14:09:48 +08:00
parent 7189a50096
commit 49a6c964e9

4
ELK.sh
View File

@ -15,8 +15,8 @@ APT_PATH="${BASE_PATH}/apt"
declare -A REPO_VERSIONS=(
["elasticsearch"]="2.x"
["logstash"]="2.3 5.0"
["kibana"]="4.5"
["logstash"]="2.3 2.4 5.0"
["kibana"]="4.5 4.6"
)
mkdir -p ${YUM_PATH} ${APT_PATH}