We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8d09f commit 153b254Copy full SHA for 153b254
curator/install.sh
@@ -9,20 +9,6 @@ yum install -y --setopt=tsflags=nodocs \
9
pip install elasticsearch-curator python-crontab
10
yum clean all
11
12
-# HACK HACK HACK - remove when fixed upstream
13
-yum install -y --setopt=tsflags=nodocs \
14
- git
15
-git clone -b issue-344 https://github.com/richm/elasticsearch-py.git
16
-pushd elasticsearch-py
17
-python setup.py install
18
-popd
19
-git clone -b issue-520 https://github.com/richm/curator.git
20
-pushd curator
21
22
23
-yum clean all
24
25
-
26
mkdir -p ${HOME}
27
mkdir -p ${CURATOR_CONF_LOCATION}
28
touch ${CURATOR_CONF_LOCATION}/settings
0 commit comments