fix ELK versions

This commit is contained in:
bigeagle 2016-06-08 17:37:30 +08:00
parent f5c4aa263c
commit bab546088e

2
ELK.sh
View File

@ -14,7 +14,7 @@ YUM_PATH="${BASE_PATH}/yum"
APT_PATH="${BASE_PATH}/apt"
declare -A REPO_VERSIONS=(
["elasticsearch"]="2.3"
["elasticsearch"]="2.x"
["logstash"]="2.3 5.0"
["kibana"]="4.5"
)