remove fluent-bit leftovers

This commit is contained in:
2025-11-09 12:12:31 +01:00
parent 51cca5e5b2
commit 2b63f8bbbf
2 changed files with 0 additions and 28 deletions

View File

@@ -1,12 +0,0 @@
services:
fluent-bit:
image: fluent/fluent-bit:4.1.1-amd64
container_name: fluent-bit
restart: unless-stopped
ports:
- "24224:24224"
- "24224:24224/udp"
volumes:
- /opt/fluent-bit/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf
extra_hosts:
- host:192.168.2.200

View File

@@ -1,16 +0,0 @@
[SERVICE]
Flush 1
Daemon Off
Log_Level debug
[INPUT]
Name collectd
Listen 0.0.0.0
Port 24224
[OUTPUT]
Name loki
Match *
Host host
Port 3100
Labels job=collectd