Updated es settings
This commit is contained in:
@ -42,8 +42,11 @@ docker run \
|
|||||||
--env "node.attr.testattr=test" \
|
--env "node.attr.testattr=test" \
|
||||||
--env "path.repo=/tmp" \
|
--env "path.repo=/tmp" \
|
||||||
--env "repositories.url.allowed_urls=http://snapshot.*" \
|
--env "repositories.url.allowed_urls=http://snapshot.*" \
|
||||||
--env "discovery.type=single-node" \
|
--env "discovery.zen.ping.unicast.hosts=elasticsearch" \
|
||||||
--env "xpack.security.enabled=false" \
|
--env "xpack.security.enabled=false" \
|
||||||
|
--env "xpack.monitoring.enabled=false" \
|
||||||
|
--env "xpack.ml.enabled=false" \
|
||||||
|
--env ES_JAVA_OPTS="-Xms1g -Xmx1g" \
|
||||||
--network=esnet-oss \
|
--network=esnet-oss \
|
||||||
--name=elasticsearch-oss \
|
--name=elasticsearch-oss \
|
||||||
--detach \
|
--detach \
|
||||||
|
|||||||
@ -5,8 +5,10 @@ exec docker run \
|
|||||||
-e "node.attr.testattr=test" \
|
-e "node.attr.testattr=test" \
|
||||||
-e "path.repo=/tmp" \
|
-e "path.repo=/tmp" \
|
||||||
-e "repositories.url.allowed_urls=http://snapshot.*" \
|
-e "repositories.url.allowed_urls=http://snapshot.*" \
|
||||||
-e "discovery.type=single-node" \
|
-e "discovery.zen.ping.unicast.hosts=elasticsearch" \
|
||||||
-e "xpack.security.enabled=false" \
|
-e "xpack.security.enabled=false" \
|
||||||
|
-e "xpack.monitoring.enabled=false" \
|
||||||
|
-e "xpack.ml.enabled=false" \
|
||||||
-p 9200:9200 \
|
-p 9200:9200 \
|
||||||
--network=elastic \
|
--network=elastic \
|
||||||
--name=elasticsearch \
|
--name=elasticsearch \
|
||||||
|
|||||||
Reference in New Issue
Block a user