Skip to content

Commit d3d5797

Browse files
Merge pull request #1899 from jcantrill/1838929
Bug 1838929: Remove module/ingest-geoip
2 parents 4d00dd4 + 6cf2d51 commit d3d5797

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

elasticsearch/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ ln -s /usr/local/bin/logging ${HOME}/logging
66

77
source ${HOME}/prep-install.${RELEASE_STREAM}
88

9+
echo "removing module: ingest-geoip"
10+
rm -rf ${ES_HOME}/modules/ingest-geoip
11+
912
echo "ES plugins: ${es_plugins[@]}"
1013
for es_plugin in ${es_plugins[@]}
1114
do

0 commit comments

Comments
 (0)