Code Monkey home page Code Monkey logo

aggregated-sorted-logs's Introduction

Aggregate timelined logs from different files

A python script that scans several log files and sorts the logs by its timestamp in a single file for better debugging

Timestamps format supported :

  • YYY-MM-DDTHH:MM:SSZ
  • YYYY-MM-DDTHH:MM:SS.mmmZ
  • YYYY-MM-DD HH:MM:SS.mmm
  • MM-DD HH:MM:SS.mmm (Current year is used)

For other timestamps, you can add your own regexp in the extract_timestamp function and change the code accordingly.

Prerequisites

Python min. version : 3.9

Have all the logs in one folder and copy the generate_sorted_logs.py in this folder. You can test with the logs example provided in the dataset_example folder.

Usage

Run

Without parameters

python aggregated-sorted-logs.py

It will scan all the logs and aggregate all the logs sorted by time in a single file aggregated_logs.log in the output folder.

With parameters (optional)

  • -p : Only extract the logs with a specific string pattern. Every string pattern is separated by a space if you have more than one string to filter.
  • -o : Name the output file

For example (using the logs in the dataset folder)

python generate_sorted_logs.py -p pattern1 pattern2  -o aggregated_logs_pattern1_2.log

It will scan all the logs, select the lines containing pattern1 or pattern2 and aggregate all the logs sorted by time in a single file aggregated_logs_pattern1_2.log in the output folder.

Contributing

Pull requests are welcome.

aggregated-sorted-logs's People

Contributors

lilinor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.