Jump to: navigation, search

OsLogMerger

Revision as of 15:32, 2 October 2018 by Mangelajo (talk | contribs) (Created page with "os-log-merger is an OpenStack project which produces command line tools to help debugging openstack logs by aggregation. * Some usage examples can be found here https://pypi....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

os-log-merger is an OpenStack project which produces command line tools to help debugging openstack logs by aggregation.

Future plans

  • Easier download and aggregation of logs from logs.openstack.org, although we have some support at the moment, we'd like to make it possible to download last CI logs based on the review id.
  • Filtering of aggregated logs:
  * by request-id context
  * by timestamp ranges
  * automatic follow up of requests once a request-id is found..
  • Logstash integration

Core Team

  • Miguel Ángel Ajo Pelayo (ajo)
  • Gorka Eguileor (geguileo)
  • Daniel Álvarez Sanchez (dalvarez)

Resources

IRC #openstack-os-log-merger on Freenode
Mailing List OpenStack dev list, prefix with [os-log-merger]
Milestones https://launchpad.net/os-log-merger/+milestones
Bug tracker (moving to storyboard soon) https://bugs.launchpad.net/os-log-merger
Blueprints(moving to storyboard soon) https://blueprints.launchpad.net/os-log-merger
Usage examples / documentation https://pypi.org/project/os-log-merger/

Contributing

A good place to start is by reading at the How_To_Contribute to OpenStack page.