{
  "version": "8.0.0",
  "server": {
    "host": "kibana.internal",
    "port": 5601
  },
  "elasticsearch": {
    "hosts": ["http://es-cluster.internal:9200"],
    "username": "kibana_user",
    "password": "KibanaPassword2024!Secret"
  },
  "database": {
    "connection": "postgresql://kibana:KibanaDbPass2024!Secret@kibana-db.internal:5432/kibana_prod"
  },
  "api_key": "kibana-api-key-abc123def456"
}

