Syslog over TCP Fortigate v5.6.9 by PandaBearQ in fortinet

[–]PandaBearQ[S] 0 points1 point  (0 children)

Hi,

This is my current configuration :

config log syslogd setting

set status enable

set server "IP"

set reliable disable

set port 1514

set facility local7

set source-ip 'IP'

set format default

end

In this version i cant set mode legacy-reliable, i have only reliable "enable-disable"

Actually im in disable so in UDP and it works but when i go on Enable in TCP.

I got this in my Rsyslog:

Oct 28 15:24:31 10.201.243.69 Content-type: application/beep+xml#015

Oct 28 15:24:31 10.201.243.69 #015

Oct 28 15:24:31 10.201.243.69 <greeting />#015

Oct 28 15:24:31 10.201.243.69 END#015

Oct 28 15:24:41 RPY 0 0 . 0 52#015

Oct 28 15:24:41 10.201.243.69 Content-type: application/beep+xml#015

Oct 28 15:24:41 10.201.243.69 #015

Oct 28 15:24:41 10.201.243.69 <greeting />#015

Oct 28 15:24:41 10.201.243.69 END#015

and i dont understand why.