mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-17 14:33:11 +01:00
Things like this are why I hate Java
This commit is contained in:
@@ -27,12 +27,12 @@ cluster.routing.allocation.disk.watermark.flood_stage: 98%
|
|||||||
xpack.security.enabled: true
|
xpack.security.enabled: true
|
||||||
xpack.security.http.ssl.enabled: true
|
xpack.security.http.ssl.enabled: true
|
||||||
xpack.security.transport.ssl.enabled: true
|
xpack.security.transport.ssl.enabled: true
|
||||||
xpack.security.http.ssl.key: /usr/share/elasticsearch/ca/elasticsearch.key
|
xpack.security.http.ssl.key: /etc/elasticsearch/elasticsearch.key
|
||||||
xpack.security.http.ssl.certificate: /usr/share/elasticsearch/ca/elasticsearch.crt
|
xpack.security.http.ssl.certificate: /etc/elasticsearch/elasticsearch.crt
|
||||||
xpack.security.http.ssl.certificate_authorities: /usr/share/elasticsearch/ca/ca.crt
|
xpack.security.http.ssl.certificate_authorities: /etc/elasticsearch/ca.crt
|
||||||
xpack.security.transport.ssl.key: /usr/share/elasticsearch/ca/elasticsearch.key
|
xpack.security.transport.ssl.key: /etc/elasticsearch/elasticsearch.key
|
||||||
xpack.security.transport.ssl.certificate: /usr/share/elasticsearch/ca/elasticsearch.crt
|
xpack.security.transport.ssl.certificate: /etc/elasticsearch/elasticsearch.crt
|
||||||
xpack.security.transport.ssl.certificate_authorities: /usr/share/elasticsearch/ca/ca.crt
|
xpack.security.transport.ssl.certificate_authorities: /etc/elasticsearch/ca.crt
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
node.attr.box_type: {{ NODE_ROUTE_TYPE }}
|
node.attr.box_type: {{ NODE_ROUTE_TYPE }}
|
||||||
node.name: {{ ESCLUSTERNAME }}
|
node.name: {{ ESCLUSTERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user