Skip to content

Commit

Permalink
feat: support Kibana's static encryption key
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jul 1, 2020
1 parent c8c484c commit 9a1ca4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/_suites/ingest-manager/configurations/kibana.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ elasticsearch.username: elastic
elasticsearch.password: changeme
xpack.monitoring.ui.container.elasticsearch.enabled: true

xpack.encryptedSavedObjects.encryptionKey: "12345678901234567890123456789012"

xpack.ingestManager.enabled: true
xpack.ingestManager.epm.enabled: true
xpack.ingestManager.epm.registryUrl: http://package-registry:8080
Expand Down

0 comments on commit 9a1ca4f

Please sign in to comment.