From 5bee06bc9593f559fd34cc3869012fb5e5b70aa6 Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Fri, 18 Aug 2017 20:10:46 +0100 Subject: [PATCH] Fix for Issue 343 in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f84123..d01f3f0 100644 --- a/README.md +++ b/README.md @@ -327,9 +327,9 @@ These can either be set to a user declared in the file based realm, with admin p ### Additional Configuration -Additional parameters to es_config allow the customization of the Java and Elasticsearch versions, in addition to role behaviour. Options include: +In addition to es_config, the following parameters allow the customization of the Java and Elasticsearch versions as well as the role behaviour. Options include: -* ```es_major_version``` (e.g. "5.1" ). Should be consistent with es_version. For versions >= 5.0 this must be "5.x". +* ```es_major_version``` Should be consistent with es_version. For versions >= 5.0 this must be "5.x". * ```es_version``` (e.g. "5.1.2"). * ```es_api_host``` The host name used for actions requiring HTTP e.g. installing templates. Defaults to "localhost". * ```es_api_port``` The port used for actions requiring HTTP e.g. installing templates. Defaults to 9200. **CHANGE IF THE HTTP PORT IS NOT 9200**