A A
RSS

Tag Archive | "Log Parsing"

Apache Log Parsing Bash

Monday, February 1, 2010

0 Comments

Apache log has various formats, out of which common and combined are mostly used ones. Bash script that is provided below parses apache common/combined logs and displays information out of its stats. In the resulting output, the “User Agent” part can be extended further to display many other information like Browsers, OS and so on. [...]

Server Report Per Day In Mail

Friday, January 15, 2010

0 Comments

Found a great tool which generates server report and sends it via mail. Reports can also be kept in folders and displayed on web page as index is also defined as a calender wise for reports generated. Many features support. Please follow link to get more details on it.

Firewall Log Analysis Multi Format (Web Based)

Thursday, January 14, 2010

0 Comments

A fantastic tool to parse and analyze your firewall logs of multiple format inclusing windows XP firewall logs. Logs formats supported are netfilter, ipfilter, ipfw, ipchains and Windows XP, plus many other features. Tried it, its really cool. Please follow link to get more details on it.

Sar Graph

Friday, January 8, 2010

0 Comments

Check the link below for a handy tool to generate graphs, rrds and xml from sar output. Sar is system activity logger for linux OS, which provide complete stats about any linux box. The tool provided below is a perl script that generates graphical stats from sar output files which are stored in binary format. [...]

Log Parsing Using Perl

Wednesday, January 6, 2010

1 Comment

Found interesting link which consists of many free programs to parse apache logs. Thought of sharing it as it might help many. Please follow link to get more details.

Apache Virtual Host Parsing Bash

Tuesday, December 29, 2009

0 Comments

Below script will parse Apache config and will grab only the VirtualHost section from config file. Script can be extended to parse any directives in apache config file. #!/bin/bashmyifs=$IFSIFS=$(echo -en “\n”)scan_file=`sed -n ‘/^<VirtualHost*/,/<\/VirtualHost>/p’ /etc/httpd/conf/httpd.conf | grep -v “#” |  sed ‘s/^[ \t]*//;s/[ \t]*$//’ | sed ‘s/<//g’ | sed ‘s/>//g’ | sed ‘s/:/ /g’ | sed [...]

Security Log Scanner For Apache

Wednesday, December 23, 2009

0 Comments

Scanning apache logs offline to find out security related issues is important task to get site running without any hacks. Want to find attacks on site so that it can be fixed well ahead in time before unauthorized access. You can use scalp, its a apache log scanner to find possible attacks on the webserver. [...]

Collection Of Log Parsing Tools

Friday, December 18, 2009

0 Comments

Found an interesting link to parse logs of specific application and much more details about logging mechanism and many other resources. Thought of sharing it as it might help many. Really a good collection of tools. Please follow link to check.

Subversion Complete Reporting

Monday, December 7, 2009

0 Comments

I was searching for a complete package which provides rss, atom, online view of repositories and much more in a single package which I can hook up to my Subversion server itself. Found a fantastic tool called Insurrection. Its really good and has lot of features in it. I really liked the tool as it [...]

Sendmail Log Analyzer

Thursday, December 3, 2009

0 Comments

Want to know statistics for Sendmail server. How much email traffic on network is passing through your smtp gateway, per domain and per user report, message size, direction of messages, different senders and receivers, Rejection and Errors, Virus, Spamming, etc.. , you can use SendmailAnalyzer. Its  a fantastic tool to let you know about the [...]

Sponsored Links

Categories

Blogroll

Ad Ad