From 588c47d9e3f5a0abdac6d8ef5b875b3cf74cc1b3 Mon Sep 17 00:00:00 2001 From: Naveen Mathew <55116576+nmathew98@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:31:34 +1200 Subject: [PATCH] fix: accidentally renamed config keys --- elasticsearch/config/elasticsearch.yml | 4 ++-- kibana/config/kibana.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/elasticsearch/config/elasticsearch.yml b/elasticsearch/config/elasticsearch.yml index 63de946..7a45b18 100644 --- a/elasticsearch/config/elasticsearch.yml +++ b/elasticsearch/config/elasticsearch.yml @@ -14,12 +14,12 @@ xpack.security.enabled: true ## - ssl xpack.security.transport.ssl.enabled: true xpack.security.transport.ssl.verification_mode: certificate -xpack.security.transport.ssl.pem: certs/elasticsearch.pem +xpack.security.transport.ssl.key: certs/elasticsearch.pem xpack.security.transport.ssl.certificate: certs/elasticsearch.pem ## - http xpack.security.http.ssl.enabled: true -xpack.security.http.ssl.pem: certs/elasticsearch.pem +xpack.security.http.ssl.key: certs/elasticsearch.pem xpack.security.http.ssl.certificate: certs/elasticsearch.pem xpack.security.http.ssl.client_authentication: optional diff --git a/kibana/config/kibana.yml b/kibana/config/kibana.yml index ba2d6a0..39388c6 100644 --- a/kibana/config/kibana.yml +++ b/kibana/config/kibana.yml @@ -12,7 +12,7 @@ elasticsearch.hosts: [ "${ELASTICSEARCH_HOST_PORT}" ] # SSL settings server.ssl.enabled: true server.ssl.certificate: /certs/kibana.pem -server.ssl.pem: /certs/kibana.pem +server.ssl.key: /certs/kibana.pem xpack.security.encryptionKey: C1tHnfrlfxSPxPlQ8BlgPB5qMNRtg5V5 xpack.encryptedSavedObjects.encryptionKey: D12GTfrlfxSPxPlGRBlgPB5qM5GOPDV5 xpack.reporting.encryptionKey: RSCueeHKzrqzOVTJhkjt17EMnzM96LlN