<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 15px; font-family: Calibri, sans-serif;">
<div style="font-size: 15px; font-family: Calibri, sans-serif;">At the kolla design summit yesterday in Barcelona, someone said there is no</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">tool to search words in the logs of an OpenStack IRC channel.</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><a href="https://wiki.openstack.org/wiki/IRC">https://wiki.openstack.org/wiki/IRC</a></div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">The OpenStack IRC logs have invaluable information and solutions to many</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">problems.</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">Attached is a little script I wrote to search regular expressions in the </div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">#openstack-kolla IRC channel.  It can be updated to search words in any</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">OpenStack IRC channel.</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">For example, if you need help about the error "DockerException: Error while </div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">fetching server API version" in the logs of the #openstack-kolla IRC channel,</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">just do the following.</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div>
<div><font face="Courier New" style="font-size: 14px;">$ ./search_openstack_irc.py ".*DockerException: Error while fetching server API version.*"</font></div>
<div><font face="Courier New" style="font-size: 14px;">Found in  <a href="http://eavesdrop.openstack.org/irclogs/%23openstack-kolla/%23openstack-kolla.2016-09-05.log.html">http://eavesdrop.openstack.org/irclogs/%23openstack-kolla/%23openstack-kolla.2016-09-05.log.html</a></font></div>
</div>
<div><br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">Below is the snippet in the IRC log.</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><img src="cid:FEBA5E60-8D92-47C5-93E9-0F3DA57C2E84" type="image/png"></div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">Hope it helps and let me know if you find any bug in the script!</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">Regards,</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">Vikram Hosakote</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">IRC:  vhosakot</div>
</body>
</html>