Skip to content

Logger live d'erreurs provenant d'un cluster ElasticSearch

Notifications You must be signed in to change notification settings

daryl-software/ferme-ta-gueule

 
 

Repository files navigation

ferme-ta-gueule

Live logs streamer from ElasticSearch cluster.

Ferme_ta_gueule_by_Katikut

Quick run from Docker images

Images available for OSX and Linux OS.

docker run --rm -it ghcr.io/gregorg/ferme-ta-gueule:master

Quick install

Run:

./setup.sh

Or install Poetry and deps

curl -sSL https://install.python-poetry.org | python3 -
poetry install

Enjoy

poetry run ftg

Exclude on programs

poetry run ftg --program '!signup,!fix-location'

Grep strings

With Python regex (not ElasticSearch) :

poetry run ftg --grep "string"

With Docker

docker build -t ftg .
docker run -it ftg

About

Logger live d'erreurs provenant d'un cluster ElasticSearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.4%
  • Dockerfile 1.9%
  • Shell 1.7%