21 lines
343 B
Plaintext
21 lines
343 B
Plaintext
# Kibana version
|
|
KIBANA_VERSION=9.2.0
|
|
|
|
# Timezone
|
|
TZ=UTC
|
|
|
|
# Elasticsearch connection
|
|
ELASTICSEARCH_HOSTS=http://elasticsearch:9200
|
|
ELASTICSEARCH_USERNAME=
|
|
ELASTICSEARCH_PASSWORD=
|
|
|
|
# Security settings
|
|
KIBANA_SECURITY_ENABLED=false
|
|
KIBANA_ENCRYPTION_KEY=
|
|
|
|
# Logging
|
|
KIBANA_LOG_LEVEL=info
|
|
|
|
# Port overrides (optional)
|
|
# KIBANA_PORT_OVERRIDE=5601
|