This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/deploy/elk/kibana.yml

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.