Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

parsing error at UTM log

i think that is a bug

 

all of the atribute has " and its closed. by error and message sometimes its not closed.

 

message="SSL_ERROR_SYSCALL: ret=-1 error=Connection reset by peer"

 

 

Jul 26 20:57:46 XXXXXXXXX 2017:07:26-20:57:50 XXXX-UTM httpproxy[5661]: id="0003" severity="info" sys="SecureWeb" sub="http" request="0xdff12000" function="ssl_write" file="ssl.c" line="1324" message="SSL_ERROR_SYSCALL: ret=-1 error=Connection reset by peer"

 

 

how can i report this bug.



This thread was automatically locked due to age.
Parents Reply
  • i dont talk about connntent of the log. please check the double quotes of the log.

    please check the  double quotes  of message atribute. its conntent also error atribute.

     

    it ist right now so:

    message="SSL_ERROR_SYSCALL: ret=-1 error=Connection reset by peer"

     

    it should look like so:

     

    message="SSL_ERROR_SYSCALL: ret=-1"            error="Connection reset by peer"

     

    that is difficult to parse by SIEM

Children