Hello,
i have several questions related to legacy configuration parameters:
* If i use ActionExecOnlyWhenPreviousIsSuspended, will the action queue
parameters kept for the next action, if the previous is stuck (e.g. due to an
outage of a TCP syslog server):
$ActionQueueFileName agg_backlog
$ActionQueueMaxDiskSpace 128m
$ActionQueueSize 100000
*.* @@192.168.0.100:513;SyslogForwarderTemplate
* Is there an parameter to copy the action queue settings from the
previous action and do not do the reset of the queue settings? i do not want to
define Queue's multiple times
* If i define action queue parameters, use Rainerscript and define an
action in between and then define a legacy action afterwards, will the legacy
action parameters defined on the top get reset after the Rainerscript action?
$ActionQueueFileName agg_backlog
$ActionQueueMaxDiskSpace 128m
$ActionQueueSize 100000
*.* @@192.168.0.100:513;SyslogForwarderTemplate
action(type="omrelp" target="..." port="..." timeout="90" rebindInterval="1000"
template="SyslogForwarderTemplate")
* If a direct action queue (by default) is used as a queue for an
action and the action will stall due to an unavailability of the destination
syslog server, does this mean that the chain of actions will stall and some
kind of backpressure will get triggered or does it mean that the message will
get discarded? This is not really clear according to the documentation.
https://www.rsyslog.com/doc/v8-stable/concepts/queues.html
(https://www.rsyslog.com/doc/v8-stable/concepts/queues.html)
Direct queues are non-queuing queues. A queue in direct mode does neither queue
nor buffer any of the queue elements but rather passes the element directly
(and immediately) from the producer to the consumer
Any help would be appreciated.
Best Regards
Hajo
_______________________________________________
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.