From dfb4c5c06cbfe6f2cd45a78a9b70130224a5df2e Mon Sep 17 00:00:00 2001 From: Omer botenski <51876145+omerBotenski1987@users.noreply.github.com> Date: Mon, 13 Jan 2020 17:30:16 +0200 Subject: [PATCH 1/3] Add solution for connection error when running compose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c399b7df..ce9ea80805 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ You can also run all services in the background (detached mode) by adding the `- > :information_source: You must run `docker-compose build` first whenever you switch branch or update a base image. -If you are starting the stack for the very first time, please read the section below attentively. +If you are starting the stack for the very first time, please read the section below attentively. If you get a connection error, run the command with sudo. ### Cleanup From 7fb11a245b8d53d32d8ba72ec08c3c6ab3d8a1c1 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Tue, 25 Feb 2020 16:11:50 +0100 Subject: [PATCH 2/3] Link to Linux post-install instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce9ea80805..7d76537829 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,9 @@ Other available stack variants: * [Docker Compose](https://docs.docker.com/compose/install/) version **1.12.0+** * 1.5 GB of RAM +> :information_source: Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to +> interact with the Docker deamon. + By default, the stack exposes the following ports: * 5000: Logstash TCP input * 9200: Elasticsearch HTTP @@ -373,12 +376,13 @@ $ docker stack services elk > :information_source: To scale Elasticsearch in Swarm mode, configure *zen* to use the DNS name `tasks.elasticsearch` instead of `elasticsearch`. - [elk-stack]: https://www.elastic.co/elk-stack [stack-features]: https://www.elastic.co/products/stack [paid-features]: https://www.elastic.co/subscriptions [trial-license]: https://www.elastic.co/guide/en/elasticsearch/reference/current/license-settings.html +[linux-postinstall]: https://docs.docker.com/install/linux/linux-postinstall/ + [booststap-checks]: https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html [es-sys-config]: https://www.elastic.co/guide/en/elasticsearch/reference/current/system-config.html From 8fafd8e614d35597fe767333e3230d083694aa49 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Tue, 25 Feb 2020 16:12:58 +0100 Subject: [PATCH 3/3] Revert "Add solution for connection error when running compose" This reverts commit dfb4c5c06cbfe6f2cd45a78a9b70130224a5df2e. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d76537829..14a2f9c455 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ You can also run all services in the background (detached mode) by adding the `- > :information_source: You must run `docker-compose build` first whenever you switch branch or update a base image. -If you are starting the stack for the very first time, please read the section below attentively. If you get a connection error, run the command with sudo. +If you are starting the stack for the very first time, please read the section below attentively. ### Cleanup