Skip to content

rhburrows/jse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jse: Json Stream Editor

jse allows for filtering and transforming of json streams. It is mainly designed for mining information out of json log files.

Usage

Use the jse command

Filtering based on field values

jse field1:value field2:'another value' file.txt

Regexp filtering on fields

jse field:/^pattern.+$/ file.txt

Printing selected fields

jse message:/Error/ -f message log.txt

Installation

gem install jse

About

Json stream editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages