Re: [rsyslog] Dynamic file generation issue

2022-11-21 Thread David Lang via rsyslog
: [rsyslog] Dynamic file generation issue Yea, there's other config files in the same directory but nothing references creating a syslog file. Is that a default option? Any idea why the logs are being split? Thanks, Will On 21/11/2022 17:21, David Lang wrote: is that really your entire c

Re: [rsyslog] Dynamic file generation issue

2022-11-21 Thread David Lang via rsyslog
2022 23:41:30 + From: Will BMD To: David Lang , Will BMD via rsyslog Subject: Re: [rsyslog] Dynamic file generation issue Yea, there's other config files in the same directory but nothing references creating a syslog file. Is that a default option? Any idea why the logs are being

Re: [rsyslog] Dynamic file generation issue

2022-11-21 Thread Will BMD via rsyslog
n, 21 Nov 2022, Will BMD via rsyslog wrote: Date: Mon, 21 Nov 2022 17:19:39 + From: Will BMD via rsyslog To: rsyslog@lists.adiscon.com Cc: Will BMD Subject: [rsyslog] Dynamic file generation issue Hey all, I've got a pretty simple configuration as below: module(load="imudp"

Re: [rsyslog] Dynamic file generation issue

2022-11-21 Thread David Lang via rsyslog
is that really your entire config, nothing else? David Lang On Mon, 21 Nov 2022, Will BMD via rsyslog wrote: Date: Mon, 21 Nov 2022 17:19:39 + From: Will BMD via rsyslog To: rsyslog@lists.adiscon.com Cc: Will BMD Subject: [rsyslog] Dynamic file generation issue Hey all, I've

[rsyslog] Dynamic file generation issue

2022-11-21 Thread Will BMD via rsyslog
Hey all, I've got a pretty simple configuration as below: module(load="imudp") input(type="imudp" port="514") $template DynaFile,"/var/log/ext/%HOSTNAME%/%timestamp:::date-month%/%timestamp:::date-day%/%timestamp:::date-hour%.log" *.* -?DynaFile This appears to be working but I've noticed t