Within the debugging of the issues with DA queues not dequeuing, caused by already fixed bug [1], realized the DA queue consists of - standard syslog and input properties and also of localvars json array.
[1] https://github.com/rsyslog/rsyslog/issues/1404 At first it is causing old versions of rsyslog (below 8.24) not able to dequeue messages from these files. At second it is increasing the size of queue. Seems the same is valid for in-memory part of the queue. Does it make sense or would it be possible to implement some special mode in which the message will be "queued" before the variables/templates will be applied (in similar way the main queue is storing the messages)? Those templates with variables processing might be applied as a part of dequeueing. Peter _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

