The Wayback Machine - https://web.archive.org/web/20221014104501/https://github.com/egeozcan/json-tail
Skip to content

egeozcan/json-tail

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

An over-engineered JSON-oriented log tailer

Screenshot of the app

It tails a file, and displays every line, while parsing valid JSON lines and displaying them as a table.

It's possible to use JSONPath expressions to filter the logs too.

The backend is written in Go, front-end is a React app that's bundled in the produced binary.

JSON-tail is a single executable that opens a browser window when tailing a file.

Typical usage:

json-tail -file ./my/json.log -port 8080 -usePolling true

"port" and "usePolling" settings are optional, defaulting to the values above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published