Skip to content

Commit

Permalink
Update scripts for centos
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzha committed Jun 24, 2016
1 parent 3329158 commit 5375e50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions elasticsearch/scripts/kibana-centos-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ install_kibana() {
KIBANA_VERSION='4.4'
fi

# TODO: Install Kibana 4.3 for ES 2.1.*
if [[ "${ES_VERSION}" == \2.\1* ]]; then
echo "Kibana installation for ES_VERSION 2.1.* is unimplemented."
exit 1
fi

if [[ "${ES_VERSION}" == \1.\7* ]]; then
KIBANA_VERSION='4.1'
fi
Expand Down

0 comments on commit 5375e50

Please sign in to comment.