From 80665c261f51025bd7b226ce3f4656d915ad681c Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Tue, 14 Mar 2017 18:30:44 +0100 Subject: [PATCH] Reference wiki page for ES cluster scale out --- README.md | 7 +++++-- elasticsearch/Dockerfile | 3 +++ kibana/Dockerfile | 3 +++ logstash/config/.placeholder | 1 - 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 logstash/config/.placeholder diff --git a/README.md b/README.md index 6bdbb30..7d4c4c2 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,7 @@ logstash: - elasticsearch ``` -In the above example the folder `logstash/config` is mapped onto the container `/usr/share/logstash/config` so you -can create more than one file in that folder if you'd like to. However, you must be aware that config files will be read from the directory in alphabetical order, and that Logstash will be expecting a [`log4j2.properties`](https://github.com/elastic/logstash-docker/tree/master/build/logstash/config) file for its own logging. +In the above example the folder `logstash/config` is mapped onto the container `/usr/share/logstash/config` so you can create more than one file in that folder if you'd like to. However, you must be aware that config files will be read from the directory in alphabetical order, and that Logstash will be expecting a [`log4j2.properties`](https://github.com/elastic/logstash-docker/tree/master/build/logstash/config) file for its own logging. ## How can I specify the amount of memory used by Logstash? @@ -194,6 +193,10 @@ elasticsearch: - docker_elk ``` +## How can I scale up the Elasticsearch cluster? + +Follow the instructions from the Wiki: [Scaling up Elasticsearch](https://github.com/deviantony/docker-elk/wiki/Elasticsearch-cluster) + # Storage ## How can I store Elasticsearch data? diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index 91ad5c0..47a7a41 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -1,2 +1,5 @@ # https://github.com/elastic/elasticsearch-docker FROM docker.elastic.co/elasticsearch/elasticsearch:5.2.1 + +# Add your elasticsearch plugins setup here +# Example: RUN elasticsearch-plugin install analysis-icu diff --git a/kibana/Dockerfile b/kibana/Dockerfile index 2cacac3..73d4667 100644 --- a/kibana/Dockerfile +++ b/kibana/Dockerfile @@ -1,2 +1,5 @@ # https://github.com/elastic/kibana-docker FROM docker.elastic.co/kibana/kibana:5.2.1 + +# Add your kibana plugins setup here +# Example: RUN kibana-plugin install diff --git a/logstash/config/.placeholder b/logstash/config/.placeholder deleted file mode 100644 index 9ad2662..0000000 --- a/logstash/config/.placeholder +++ /dev/null @@ -1 +0,0 @@ -Ensure the existence of the parent folder.