Skip to main content

A powerful CLI tool that puts log analytics at your fingertips.

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

Logria Logo

Logria

A powerful CLI tool that puts log analytics at your fingertips.

tl;dr

  • Live filtering of stream or streams from other executed processes, replacing grep
  • Replace regex/filter without killing the process or losing the stream's history
  • Parse logs using user-defined rules, apply analytics methods on top
  • No dependencies

Installation

There are several options to install this app.

Normal Usage

pip install logria

Development

Installing as a standalone app

  • clone the repository
  • cd to the repository
  • (Optional) Create a virtual environment (3.6+)
    • python -m venv venv
    • source venv/bin/activate
  • (Optional) install requirements
    • These are only for some development tools and are not needed to run the app
    • pip install -r requirements.txt
  • Install self
    • deactivate if we want to install globally, otherwise leave your venv active
    • python setup.py develop or python setup.py install depending on whether you are actively developing this app

Installing as part of another app

  • clone the repository to your venv folder
    • Be sure your virtual environment is active
  • Install Logria
    • python setup.py install

Usage

There are a few main ways to invoke Logria:

  • Directly:
    • logria
  • With args:
    • logria -e 'tail -f log.txt'
  • As a pipe:

It may also be imported invoked programmatically as part of other software:

from logria.communication.input_handler import CommandInputStream
from logria.communication.shell_output import Logria


process_to_read = ['python', 'sample_streams/generate_test_logs.py']
stream = CommandInputStream(process_to_read)
app = Logria(stream)  # Capture output from `process_to_read`
app.start()

Key Commands

Key Command
: command mode
/ regex search
h if regex active, toggle highlighting of matches
i toggle insert mode (default off)
p activate parser
a toggle analytics mode when parser is active
z deactivate parser
scroll buffer up one line
scroll buffer down one line
skip and stick to end of buffer
skip and stick to beginning of buffer

Features

Here are some of ways you can leverage Logria

Live stream of log data

logria

Interactive, live, editable grep

regex

Live log message parsing

parser

Live analytics/statistics tracking

analytics

User-defined saved sessions

See session docs.

User-defined saved log parsing methods

See patterns docs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

logria-0.5.1.tar.gz (18.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

logria-0.5.1-py3-none-any.whl (33.6 kB view details)

Uploaded Python 3

File details

Details for the file logria-0.5.1.tar.gz.

File metadata

  • Download URL: logria-0.5.1.tar.gz
  • Upload date:
  • Size: 18.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for logria-0.5.1.tar.gz
Algorithm Hash digest
SHA256 bea3317571cf9c7be72e20b01195e8c05de560ea46f8e084ef8dcd47bb55d53d
MD5 406074f5200003449726be666b199771
BLAKE2b-256 4f79e736ef2d94c8d2cf491eaf5feab6796465b8dad93ae82be8959056bc1e6e

See more details on using hashes here.

File details

Details for the file logria-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: logria-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 33.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for logria-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6ce7a9d568618b70d3546c36f47547c6b37f73bc7510583a432761dc386b1541
MD5 5d69539c18b7800cec03c174a29125d9
BLAKE2b-256 514b512f5a8543917812e0af33383e00b86ab857359a596396e9a8a7d412539c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page