🏗️」 wip: ELK workingggggggggggggggggggggggggggggggggggg

This commit is contained in:
2025-07-26 15:21:34 +02:00
parent f1d54de6a5
commit 18e41b5552
22 changed files with 116 additions and 103 deletions

View File

@ -1 +1,3 @@
FROM kibana:9.0.3
FROM docker.elastic.co/kibana/kibana-wolfi:9.0.4
COPY --chmod=777 kibana.yml /etc/kibana/kibana.yml

View File

@ -0,0 +1,12 @@
services:
kibana:
container_name: transcendence-kibana
build:
dockerfile: Dockerfile
context: .
ports:
- ${ELK_PORT}:5601
environment:
- LOG_LEVEL=info
networks:
- elk

View File

@ -0,0 +1,6 @@
server.name: kibana
server.host: "0.0.0.0"
elasticsearch.hosts: ["https://transcendence-elasticsearch:9200"]
telemetry.enabled: false