December 22 update
This commit is contained in:
@ -27,6 +27,8 @@ server.name: "kibana.diyit.org"
|
||||
# The URLs of the Elasticsearch instances to use for all your queries.
|
||||
elasticsearch.hosts: ["https://elk.diyit.org:9200"]
|
||||
|
||||
server.publicBaseUrl: "https://kibana.diyit.org"
|
||||
|
||||
# When this setting's value is true Kibana uses the hostname specified in the server.host
|
||||
# setting. When the value of this setting is false, Kibana uses the hostname of the host
|
||||
# that connects to this Kibana instance.
|
||||
@ -43,7 +45,7 @@ elasticsearch.hosts: ["https://elk.diyit.org:9200"]
|
||||
# the username and password that the Kibana server uses to perform maintenance on the Kibana
|
||||
# index at startup. Your Kibana users still need to authenticate with Elasticsearch, which
|
||||
# is proxied through the Kibana server.
|
||||
elasticsearch.username: "kibana"
|
||||
elasticsearch.username: "kibana_system"
|
||||
elasticsearch.password: "0AKzGiy2Cu4Klaz23asT"
|
||||
|
||||
# Enables SSL and paths to the PEM-format SSL certificate and SSL key files, respectively.
|
||||
@ -58,7 +60,7 @@ server.ssl.key: /mnt/certs/diyprivkeyr.pem
|
||||
#elasticsearch.ssl.certificate: /path/to/your/client.crt
|
||||
#elasticsearch.ssl.key: /path/to/your/client.key
|
||||
|
||||
xpack.security.enabled: true
|
||||
#xpack.security.enabled: true
|
||||
xpack.encryptedSavedObjects.encryptionKey: "something_at_least_32_characters_this_is_it"
|
||||
|
||||
# Optional setting that enables you to specify a path to the PEM file for the certificate
|
||||
|
||||
Reference in New Issue
Block a user