小编vvs*_*s14的帖子

Root user in Elasticsearch 2.4.0 in Docker container

I am running ELK stack with Docker for log management with current configuration of ES 1.7, Logstash 1.5.4 and Kibana 4.1.4. Now I am trying to upgrade Elasticsearch to 2.4.0, found at https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.4.0/elasticsearch-2.4.0.tar.gz by using tar.gz file with Docker. As ES 2.X does not allow running it as root user, I have used

-Des.insecure.allow.root=true
Run Code Online (Sandbox Code Playgroud)

option while running the elasticsearch service, yet my container doesn't start. The logs don't mention any problem.

% Total % Received % Xferd Average Speed Time …
Run Code Online (Sandbox Code Playgroud)

upgrade elasticsearch docker elastic-stack

6
推荐指数
1
解决办法
1180
查看次数

标签 统计

docker ×1

elastic-stack ×1

elasticsearch ×1

upgrade ×1