forked from Rockachopa/Timmy-time-dashboard
15 lines
475 B
YAML
15 lines
475 B
YAML
# ── Kibana — Dashboard config for Timmy Time ────────────────────────────────
|
|
|
|
server.name: timmy-kibana
|
|
server.host: "0.0.0.0"
|
|
server.port: 5601
|
|
|
|
# Connect to Elasticsearch on the Docker network
|
|
elasticsearch.hosts: ["http://elasticsearch:9200"]
|
|
|
|
# Disable telemetry (sovereign deployment)
|
|
telemetry.enabled: false
|
|
|
|
# Default index pattern
|
|
# Kibana will auto-create this on first boot when logs arrive.
|