diff --git a/kibana/config/kibana.yml b/kibana/config/kibana.yml index 45cd357..9d4e79a 100644 --- a/kibana/config/kibana.yml +++ b/kibana/config/kibana.yml @@ -14,6 +14,19 @@ monitoring.ui.container.logstash.enabled: true elasticsearch.username: kibana_system elasticsearch.password: ${KIBANA_SYSTEM_PASSWORD} +## Encryption keys (optional but highly recommended) +## +## Generate with either +## $ docker container run --rm docker.elastic.co/kibana/kibana:8.6.2 bin/kibana-encryption-keys generate +## $ openssl rand -hex 32 +## +## https://www.elastic.co/guide/en/kibana/current/using-kibana-with-security.html +## https://www.elastic.co/guide/en/kibana/current/kibana-encryption-keys.html +# +#xpack.security.encryptionKey: +#xpack.encryptedSavedObjects.encryptionKey: +#xpack.reporting.encryptionKey: + ## Fleet ## https://www.elastic.co/guide/en/kibana/current/fleet-settings-kb.html #