Skip to content

stephendotcarter/rabbitmq-timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rabbitmq-timeline

Parse and format logs from RabbitMQ

Notes

  • Only supports RabbitMQ 3.7.0+ using the Lager logging framework.

Install

Usage

  • Run the command followed by 1 or more RabbitMQ logs and redirect the output to a HTML file:
    rabbitmq-timeline FILE1 FILE2 FILE3... > FILE
    
  • Example:
    rabbitmq-timeline rabbit@node1.log rabbit@node2.log rabbit@node3.log > timeline.html
    

Output