imperva / incapsula-logs-downloader

A Python script for downloading log files from Incapsula
MIT License
30 stars 35 forks source link

Syslog forwarding should support TCP servers #11

Closed AaronSeibert closed 4 years ago

AaronSeibert commented 4 years ago

As fields get added to our logging output, some events may be truncated due to packet size limits with UDP. To allow the use of syslog and to ensure consistent event data, we should enable sending of event data via syslog over TCP.