Skip to content

Commit

Permalink
doc(kibana): Encourage usage of encryption keys
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Mar 18, 2023
1 parent 1518884 commit b43620a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions kibana/config/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit b43620a

Please sign in to comment.