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

How do you look at log files?

Hi Everbody,

I have used several techniques for looking at log information.  I am wondering which is the most common.  If you use a specific app, or technique through command line, post it here!  It may help a fellow Astaro User in the future.

My personal favorite (at the moment) is commandline with cat/tail/less/grep/awk commands in all sorts of permutations.  I have become close to awk lately.

If I use a GUI tool, I like notepad++.  Not only can it parse for a word or phrase in all documents that are currently open, but you can view two log entries side by side, etc...


This thread was automatically locked due to age.
Parents
  • We often use biterscripting for customized processing of log files. This is in addition to other 'packages' we use. biterscirping is just a scripting language which makes parsing, extracting and composing rather easy. Being a system admin, I like that ability.

    There is a good script posted at http://www.biterscripting.com/SS_WebLogParser.html .  It is a sample script written in biterscripting. You can start with it. To try, 

    1. Download biterscripting. It is free.
    2. Start biterscripting. Enter the following command (this installs all the sample scripts they provide).

    script "www.biterscripting.com/.../SS_AllSamples.txt"

    3. Call the WebLogParser script with the following command.

    script SS_WebLogParser.txt logfile("C:\somfolder\somelogfile") 


    One good thing about biterscripting is that is is fairly easy to learn. I have also seen tutorials some place.


    Patrick
Reply
  • We often use biterscripting for customized processing of log files. This is in addition to other 'packages' we use. biterscirping is just a scripting language which makes parsing, extracting and composing rather easy. Being a system admin, I like that ability.

    There is a good script posted at http://www.biterscripting.com/SS_WebLogParser.html .  It is a sample script written in biterscripting. You can start with it. To try, 

    1. Download biterscripting. It is free.
    2. Start biterscripting. Enter the following command (this installs all the sample scripts they provide).

    script "www.biterscripting.com/.../SS_AllSamples.txt"

    3. Call the WebLogParser script with the following command.

    script SS_WebLogParser.txt logfile("C:\somfolder\somelogfile") 


    One good thing about biterscripting is that is is fairly easy to learn. I have also seen tutorials some place.


    Patrick
Children
No Data