From 2a3793ce82ee2428531894f3737b959e15026a49 Mon Sep 17 00:00:00 2001 From: vielfarbig <66375686+vielfarbig@users.noreply.github.com> Date: Mon, 5 Oct 2020 18:03:51 +0200 Subject: [PATCH] =?UTF-8?q?Add=20note=20to=20only=20using=20es=5Fdata=5Fdi?= =?UTF-8?q?rs=20and=20es=5Flog=5Fdir=20for=20customizing=20th=E2=80=A6=20(?= =?UTF-8?q?#726)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a5886e..77abeee 100644 --- a/README.md +++ b/README.md @@ -216,11 +216,13 @@ A more complex example: - plugin: ingest-attachment ``` -#### Important Note +#### Important Notes **The role uses es_api_host and es_api_port to communicate with the node for actions only achievable via http e.g. to install templates and to check the NODE IS ACTIVE. These default to "localhost" and 9200 respectively. If the node is deployed to bind on either a different host or port, these must be changed.** +**Only use es_data_dirs and es_log_dir for customizing the data and log dirs respectively. When using together with `es_config['path.data']` and `es_config['path.logs']` it would result in generating duplicate data- and logs-keys in `elasticsearch.yml` and thus let fail to start elasticsearch.** + ### Multi Node Server Installations The application of the elasticsearch role results in the installation of a node on a host. Specifying the role multiple times for a host therefore results in the installation of multiple nodes for the host.