Skip to content

Instantly share code, notes, and snippets.

@salyh
Created March 25, 2016 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salyh/b5af4648ff04930ccca0 to your computer and use it in GitHub Desktop.
Save salyh/b5af4648ff04930ccca0 to your computer and use it in GitHub Desktop.
Install elasticsearch curator on SLES 11
sudo zypper install python-pip
wget https://pypi.python.org/packages/source/u/urllib3/urllib3-1.12.tar.gz
sudo pip install urllib3-1.12.tar.gz
wget https://pypi.python.org/packages/source/c/click/click-6.2.tar.gz -O click-6.3.tar.gz
sudo pip install click-6.3.tar.gz
wget http://voidspace.org.uk/downloads/unittest2-0.5.1-python2.3.zip
sudo pip install unittest2-0.5.1-python2.3.zip
sudo wget https://github.com/elastic/elasticsearch-py/archive/2.3.0.tar.gz -O elasticsearch-py.tar.gz
sudo pip install elasticsearch-py.tar.gz
wget https://github.com/elastic/curator/archive/v3.5.1.tar.gz -O elasticsearch-curator.tar.gz
sudo pip install elasticsearch-curator.tar.gz
curator —version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment