wwwgmo/docker/kibana/.env.dist
2025-06-29 20:55:30 +02:00

12 lines
398 B
Plaintext

# es url
ELASTICSEARCH_HOSTS=http://elasticsearch:9200
# username (technical) with kibana connects to elasticsearch
# the username is create with docker/elasticsearch/create_kibana_user.sh
# script
ELASTICSEARCH_USERNAME=kibana_system_user
# password for username
ELASTICSEARCH_PASSWORD=kibanapassword
# acitve https
SERVER_SSL_ENABLED=true
SERVER_SSL_KEY="/usr/share/kibana/config/certs/tls.key"