You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a similar question:
I would like to put a general config in 50_rsyslog.conf with standard module and some prifilts and actions. (I did this)
I have another puppet module for example ngnix.pp which I would like to use a different file like /etc/rsyslog.d/60_ngnix.conf with for example a local logger like:
So I would have in all hosts the 50_rsyslog.conf and only in few host also the file /etc/rsyslog.d/60_ngnix.conf
with this content:
if prifilt("local1.*") then { action(type="omfile" file="/var/log/ngnix.log") }
As I understand it right everything is written to the rsyslog:target_file.
Do you plan a feature to split a rsyslog configuration into more than one config file?
The text was updated successfully, but these errors were encountered: