GithubHelp home page GithubHelp logo

yala's Introduction

yala

Yala is just Yet Another Log Analyzer. It focuses on providing quick JBoss EAP 7+ server log summaries, highlighting known critical ERRORs, and counts of other general errors at a glance.

installation

  • To install, run the following in a directory where you want to keep the script and known error file references:
wget https://raw.githubusercontent.com/aogburn/yala/main/yala.sh
chmod 755 yala.sh
wget https://raw.githubusercontent.com/aogburn/yala/master/yala-errors.tar.xz
tar -xf yala-errors.tar.xz

updating

When run, yala will look for a new version to use and update itself with a simple curl if so. This update check can be omitted by using the option -u, --updateMode with either the value never (no update check is being performed) or ask (the user is asked to update if a new version is found). The script may be updated over time with new helpful checks, stats, or known issue searches.

usage

  • To run:
 ./yala.sh server.log
  • Options:
 -l, --last              analyse the last started JBoss only
 -c, --config            use a custom config file located in the $HOME/.yala/ folder. Values
                         in the provided file take precedence over the default $HOME/.yala/config
                         file and are superseeded by command line options
 -u, --updateMode        the update mode to use, one of [force ask never], default: force
 -h, --help              show this help

yala's People

Contributors

aogburn avatar jbaesner 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.