Skip to content

Commit 9c97c0c

Browse files
committed
Added the ingest.geoip.downloader.enabled=false for ES in util
1 parent 8f06c52 commit 9c97c0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/run_es_docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ else
4646
--env "node.attr.testattr=test" \
4747
--env "path.repo=/tmp" \
4848
--env "repositories.url.allowed_urls=http://snapshot.*" \
49+
--env "ingest.geoip.downloader.enabled=false" \
4950
--env "discovery.type=single-node" \
5051
--env "ES_JAVA_OPTS=-Xms1g -Xmx1g" \
5152
--env "action.destructive_requires_name=false" \

0 commit comments

Comments
 (0)