diff options
author | Jeff Cantrill <jcantril@redhat.com> | 2017-03-13 19:38:56 -0400 |
---|---|---|
committer | Jeff Cantrill <jcantril@redhat.com> | 2017-03-14 08:53:20 -0400 |
commit | 13c4362cf18235614c707aa40ae6820a6e28d42b (patch) | |
tree | e98923390e66fb81332e58b395793ac33df73c45 /roles/openshift_logging/templates | |
parent | 0ee14573521daf459e9fa8609769c954425979d7 (diff) | |
download | openshift-13c4362cf18235614c707aa40ae6820a6e28d42b.tar.gz openshift-13c4362cf18235614c707aa40ae6820a6e28d42b.tar.bz2 openshift-13c4362cf18235614c707aa40ae6820a6e28d42b.tar.xz openshift-13c4362cf18235614c707aa40ae6820a6e28d42b.zip |
Allow user to specify additions to ES config
Diffstat (limited to 'roles/openshift_logging/templates')
-rw-r--r-- | roles/openshift_logging/templates/elasticsearch.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_logging/templates/elasticsearch.yml.j2 b/roles/openshift_logging/templates/elasticsearch.yml.j2 index f2d098f10..21708dc12 100644 --- a/roles/openshift_logging/templates/elasticsearch.yml.j2 +++ b/roles/openshift_logging/templates/elasticsearch.yml.j2 @@ -47,7 +47,7 @@ openshift.searchguard: keystore.path: /etc/elasticsearch/secret/admin.jks truststore.path: /etc/elasticsearch/secret/searchguard.truststore -openshift.operations.allow_cluster_reader: {{allow_cluster_reader | default ('false')}} +openshift.operations.allow_cluster_reader: "{{allow_cluster_reader | default (false)}}" path: data: /elasticsearch/persistent/${CLUSTER_NAME}/data |