Re: [rsyslog] omstdout not working

2023-03-01 Thread Tan Mientras via rsyslog
On Wed, Mar 1, 2023 at 5:58 PM David Lang wrote: > or you can point at a repo provided by the rsyslog project and then we can > fix > any problems you have. > Didnt thought that one! Thanks a lot for the input! ___ rsyslog mailing list https://lists.adi

Re: [rsyslog] omstdout not working

2023-03-01 Thread David Lang via rsyslog
have. David Lang On Wed, 1 Mar 2023, Tan Mientras via rsyslog wrote: Date: Wed, 1 Mar 2023 14:31:48 +0100 From: Tan Mientras via rsyslog To: rsyslog-users Cc: Tan Mientras Subject: Re: [rsyslog] omstdout not working This is all rsyslog-* dockerized 22.04 found: gosa-plugin-rsyslog/jammy

Re: [rsyslog] omstdout not working

2023-03-01 Thread Tan Mientras via rsyslog
Mar 2023 14:21:04 +0100 > > From: Tan Mientras > > To: David Lang > > Subject: Re: [rsyslog] omstdout not working > > > > Actually using Ubuntu:22.04 as base image... > > > > root@47735f73c0e2:/# rsyslogd -v > > rsyslogd 8.2112.0 (aka 2021.12)

Re: [rsyslog] omstdout not working

2023-03-01 Thread David Lang via rsyslog
2023, Tan Mientras via rsyslog wrote: Date: Wed, 1 Mar 2023 12:15:25 +0100 From: Tan Mientras via rsyslog To: rsyslog@lists.adiscon.com Cc: Tan Mientras Subject: [rsyslog] omstdout not working Hello As running "rsyslog/syslog_appliance_alpine:8.36.0-3.7" docker image is not a

[rsyslog] omstdout not working

2023-03-01 Thread Tan Mientras via rsyslog
Hello As running "rsyslog/syslog_appliance_alpine:8.36.0-3.7" docker image is not advised for production, Im trying to setup my own rsyslog docker image. *The dockerfile is:* FROM ubuntu:22.04 RUN apt update && apt -y install rsyslog-relp EXPOSE 514/udp 20514 CMD rsyslogd -n *and the compose is: