Hello ,
I am trying to use rsyslog and save the logs to my Windows 11 pc somewhere on C or what ever… eventualy to a VM , some linux, but only in case it will not work with windows…
Did someone use it this way ?
I have no idea where to setup .
In “etc/rsyslog.conf” is only the Template …I change the template for me later.
1 module(load="imuxsock")
2 module(load="imklog")
3 module(load="imudp")
4 input(type="imudp" port="514")
5 #module(load="imtcp")
6 #input(type="imtcp" port="514")
7
8 $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
9
10 *.info;mail.none;authpriv.none;cron.none /var/log/messages
11
12 authpriv.* /var/log/secure
13
14 mail.* /var/log/maillog
15
16 cron.* /var/log/cron
17
18 local7.* /var/log/boot.log
Can you help me to setup destination and connection etc. ?
thx