<br>Not a python programming solution, though python is used in it, Splunk might be the quickest way to search through logs and for doing analysis on them. <a href="http://www.splunk.com/">http://www.splunk.com/</a> It's free up to a certain amount of log data.<br>
<br>fyi: I don't work for splunk, I just use splunk a lot and it is awesome.<br><br>skeeter<br><br><br><div class="gmail_quote">On Fri, Jun 29, 2012 at 9:47 AM, Dan Young <span dir="ltr"><<a href="mailto:danielmyoung@gmail.com" target="_blank">danielmyoung@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Jun 29, 2012 at 7:32 AM, Francis Storr <<a href="mailto:fstorr@gmail.com">fstorr@gmail.com</a>> wrote:<br>
> I also occasionally have to trawl through search logs and they generally need<br>
> a good amount of cleaning up before I can start to analyze them. I could try to<br>
> use a mixture of grep and sed to do that, but why not try something else that's<br>
> probably easier? I'm also interested in what tools there might be to help with<br>
> analysis of that data.<br>
<br>
This has some neat, practical (AKA not a Fibonacci sequence)<br>
demonstrations of Python generators for log parsing:<br>
<a href="http://www.dabeaz.com/generators/" target="_blank">http://www.dabeaz.com/generators/</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Dan Young<br>
_______________________________________________<br>
Portland mailing list<br>
<a href="mailto:Portland@python.org">Portland@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/portland" target="_blank">http://mail.python.org/mailman/listinfo/portland</a><br>
</font></span></blockquote></div><br>