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

Filtering live web logs

I have looked around, but not found any help.

I have a live view of the web filtering logs open. 

I only want to show actions that are block or blocked.

I thought it used regex to do this. I tried:

(\W|^)blocked(\W|$) and (\W|^)block(\W|$)

Neither had any affect. 

I also tired just the word block and blocked. I hit enter at the end of each keyword and regex entry.

I have tried the latest versions of Chrome and Firefox. The UTM is up to date. The Filter has never done anything for me.

Can anyone please explain this to me?

Also, is there a good way to parse Sophos logs? They do not use a csv format or any other easy to parse format that I can see. I do a lot in Excel... 

Thanks,

C68


This thread was automatically locked due to age.
Parents
  • Can anyone please explain this to me?
    The live log filtering is simple and works with plain text only.  Filtered just fine for me using the word "block" (no quotes).

    Personally I prefer a grep/tail combo, but that's just me.

    is there a good way to parse Sophos logs


    What you want is reporting most likely.

    Logging & Reporting > Web Protection > Web Usage Report.  Read the help on this section.  There is a chart in there that tells you what information is in what type of report.  Reports can be downloaded as .csv, which will work in Excel.

    If you need something more robust, then you'll need to roll your own.  Some like exporting the logs to Splunk via Syslog (Logging & Reporting > Log Settings > Remote Syslog Server).  Then you can create whatever reports that you want, whenever you want.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
Reply
  • Can anyone please explain this to me?
    The live log filtering is simple and works with plain text only.  Filtered just fine for me using the word "block" (no quotes).

    Personally I prefer a grep/tail combo, but that's just me.

    is there a good way to parse Sophos logs


    What you want is reporting most likely.

    Logging & Reporting > Web Protection > Web Usage Report.  Read the help on this section.  There is a chart in there that tells you what information is in what type of report.  Reports can be downloaded as .csv, which will work in Excel.

    If you need something more robust, then you'll need to roll your own.  Some like exporting the logs to Splunk via Syslog (Logging & Reporting > Log Settings > Remote Syslog Server).  Then you can create whatever reports that you want, whenever you want.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
Children
No Data