Things like this are why I hate Java

This commit is contained in:
Mike Reeves
2020-08-10 22:05:46 -04:00
parent 31ab1e8ed8
commit d00231af06

View File

@@ -27,12 +27,12 @@ cluster.routing.allocation.disk.watermark.flood_stage: 98%
xpack.security.enabled: true
xpack.security.http.ssl.enabled: true
xpack.security.transport.ssl.enabled: true
xpack.security.http.ssl.key: /usr/share/elasticsearch/ca/elasticsearch.key
xpack.security.http.ssl.certificate: /usr/share/elasticsearch/ca/elasticsearch.crt
xpack.security.http.ssl.certificate_authorities: /usr/share/elasticsearch/ca/ca.crt
xpack.security.transport.ssl.key: /usr/share/elasticsearch/ca/elasticsearch.key
xpack.security.transport.ssl.certificate: /usr/share/elasticsearch/ca/elasticsearch.crt
xpack.security.transport.ssl.certificate_authorities: /usr/share/elasticsearch/ca/ca.crt
xpack.security.http.ssl.key: /etc/elasticsearch/elasticsearch.key
xpack.security.http.ssl.certificate: /etc/elasticsearch/elasticsearch.crt
xpack.security.http.ssl.certificate_authorities: /etc/elasticsearch/ca.crt
xpack.security.transport.ssl.key: /etc/elasticsearch/elasticsearch.key
xpack.security.transport.ssl.certificate: /etc/elasticsearch/elasticsearch.crt
xpack.security.transport.ssl.certificate_authorities: /etc/elasticsearch/ca.crt
{%- endif %}
node.attr.box_type: {{ NODE_ROUTE_TYPE }}
node.name: {{ ESCLUSTERNAME }}