Susinthiran
Susinthiran
Can also mention Fluent Bit if you want a light weight forwarder written in C.
Here is at least a working Fluent Bit config: ``` [SERVICE] Flush 1 Log_Level debug Parsers_File parsers.conf Daemon Off [INPUT] Name tail Parser syslog-rfc3164 Path /var/log/* Path_Key filename [OUTPUT] Name...
Alright, the systemd plugin of Fluent Bit actually works when i am using it directly from the host OS and not running Fluent Bit as a container. This is really...
@leolios Did you have time looking more into it?
Tried that (using docker-compose-hub.yml) and seems the DB connection is ok, but getting: ` [2023-06-10 00:24:52,691: ERROR/MainProcess] consumer: Cannot connect to redis://plane-redis:6379//: Error -3 connecting to plane-redis:6379. Try again..`
Still haven't got this up & running. I tried to remove the trailing `/` from `.env` and `docker-compose.yml` with no progress. Also tried to bring up with `docker-compose-hub.yml`, same issue.
A new clone and i get: ` 2023/06/12 09:12:46 [emerg] 1#1: host not found in upstream "plane-minio" in /etc/nginx/nginx.conf:23 nginx: [emerg] host not found in upstream "plane-minio" in /etc/nginx/nginx.conf:23` Which...