Live logs streamer from ElasticSearch cluster.
Images available for OSX and Linux OS.
docker run --rm -it ghcr.io/gregorg/ferme-ta-gueule:master
Run:
./setup.sh
curl -sSL https://install.python-poetry.org | python3 -
poetry install
poetry run ftg
poetry run ftg --program '!signup,!fix-location'
With Python regex (not ElasticSearch) :
poetry run ftg --grep "string"
docker build -t ftg .
docker run -it ftg