kibana config fixes

This commit is contained in:
thomashaw
2021-01-12 11:47:07 +00:00
parent 97c3f8ef06
commit f6acee2ddb

View File

@@ -2,5 +2,5 @@ server.host: <%= @elasticsearch_ip %>
server.port: <%= @kibana_port %>
elasticsearch.hosts: ["http://<%= @elasticsearch_ip %>:<%= @elasticsearch_port %>"]
xpack.security.encryptionKey: "<%= SecureRandom.hex %>"
xpack.encryptedSavedObjects.encryptionKey: "<% SecureRandom.hex %>"
xpack.reporting.encryptionKey: "<% SecureRandom.hex %>"
xpack.encryptedSavedObjects.encryptionKey: "<%= SecureRandom.hex %>"
xpack.reporting.encryptionKey: "<%= SecureRandom.hex %>"