OpenStack Infra Team conference presentations and papers
Go to file
OpenDev Sysadmins c5539a444f OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:25:59 +00:00
graphics Use higher res logo for talk banner. 2013-07-31 08:34:30 -07:00
help Clear unrelated presentations out of the overview. 2013-06-18 01:06:46 +00:00
images First commit of Processing CI Log Events Talk 2014-01-08 17:47:19 -08:00
scripts Initial commit for publication template branch. 2013-09-13 14:58:11 -07:00
styles First commit of Processing CI Log Events Talk 2014-01-08 17:47:19 -08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:25:59 +00:00
README.rst First commit of Processing CI Log Events Talk 2014-01-08 17:47:19 -08:00
index.html First commit of Processing CI Log Events Talk 2014-01-08 17:47:19 -08:00

README.rst

Processing CI Log Events

Abstract

The OpenStack Continuous Integration systems run several thousand tests during the course of a normal day capturing more than a billion log events per week. This is a giant treasure trove of information that can give us CI system performance data, failure frequency, and detect bugs if the logs are stored in a queryable manner. Using Gearman, Logstash, and ElasticSearch as building blocks we have built a searchable index of our test log data. This index provides OpenStack developers with quick access to why their patches failed to pass tests, trend analysis on infrequent non deterministic failures, it can flag anomalous log events, and much much more. Suddenly the mountains of test logs are useful again.

This talk will describe the log processing architecture, what we did to make it handle over a billion events a week in near real time, and the neat things we have built around it (including automatic bug house keeping, trend analysis, and anomaly detection with CRM114).