Command to convert from LTSV to JSON
$ go get github.com/yuya-takeyama/ltsv2json
This example shows way to filter your LTSV file with jq
$ tail -f access_log.ltsv | ltsv2json | jq 'select(.status == "200") | .'
- Fork it ( https://github.com/yuya-takeyama/ltsv2json/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request