From 4ac165bfd7714d2b2559406485175c3feaf912ea Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Thu, 17 Aug 2017 22:45:20 +0100 Subject: [PATCH] Fix invalid syntax on `es_api_port:9201` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adc5ae1..d89b016 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The following illustrates applying configuration parameters to an Elasticsearch es_templates: false es_version_lock: false es_heap_size: 1g - es_api_port:9201 + es_api_port: 9201 ``` ` The role utilises Elasticsearch version defaults. The following should be set to ensure a successful cluster forms. @@ -116,7 +116,7 @@ A more complex example: es_heap_size: 1g es_start_service: false es_plugins_reinstall: false - es_api_port:9201 + es_api_port: 9201 es_plugins: - plugin: ingest-geoip proxy_host: proxy.example.com