GithubHelp home page GithubHelp logo

aurc / loggo Goto Github PK

View Code? Open in Web Editor NEW
117.0 1.0 11.0 50.3 MB

A powerful terminal app for structured log streaming

License: MIT License

Go 100.00%
command-line command-line-tool go golang log log-analysis log-management log-parser log-reader logging

loggo's People

Contributors

aurc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

loggo's Issues

Pipelines for versioning correctly

The exiting pipeline automatically increments the minor version of a tag upon merge from a feature to the the main branch.
This feature requires next level maturity for release planning, incorporating either a release or develop branch so that when
merged onto main it increments the major version number.

Additionally, add a version command to loggo that can display the current version. For that, a pipeline must
alter the source code to tag the newly generated tag version

Filter by JSON key

Background

A template is either provide or sensed by l'oGGo app. If basically consists of:

  • If generated, shallow keys;
  • If provided, a combination of shallow keys (e.g. "a") and deep keys (e.g. "a/b/c")

A common workflow when reviewing logs is the ability to tabularly filter out column field values so you can easily focus on a subset of candidate entries of your interest, removing, thus, unnecessary verbose noise.

Feature:

Given an arbitrary number of keys, enable the user to craft filters using any combinations in the set leveraging datatypes common aggregation/filtering standard functions and boolean logic. Example:

Given key set (as in template - some elements like colors removed for brevity):

keys:
  - name: priority
    type: number
  - name: severity
    type: string
  - name: resource/labels/container_name
    type: string
  - name: jsonPayload/message
    type: string

Wants to filter records in such a way that:

(
  ("priority" between "1" and "3") and 
  ("resource/labels/container_name" = "foo" or "resource/labels/container_name" = "bar") and 
  (severity = "debug")
)

Enable the following:

  • string type:
    • Equals
    • EqualsIgnoreCase
    • Contains
    • ContainsIgnoreCase
    • GreaterThan
    • GreaterOrEqualThan
    • LowerThan
    • LowerOrEqualThan
    • Regex
    • Between
    • BetweenInclusive
  • bool type:
    • Equals
  • datetime type:
    • Equals
    • GreaterThan
    • GreaterOrEqualThan
    • LowerThan
    • LowerOrEqualThan
    • Between
    • BetweenInclusive
  • number type:
    • Equals
    • GreaterThan
    • GreaterOrEqualThan
    • LowerThan
    • LowerOrEqualThan
    • Between
    • BetweenInclusive

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.