Skip to content

codemonstur/filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filter

A command line tool that can parse input line-by-line, filter it, and output transformed line using regular expressions.

This tool is useful if you have a stream of log output, and you want to see only some of it.

Usage

$ filter --help
[ERROR] Missing argument 'config'

Reads input from stdin, runs the lines through the configured rules and outputs results

Usage: filter [options]

Options:
  -c --config   mandatory value   The rules configuration file
  -h --help     optional  flag

Example

This command rearranges the time and

cat src/data/stream_01.txt | java -jar target/filter.jar -c src/conf/reorder.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors